From 1ffefb70e714401873061f1c6fe5be6ad5bf2c3c Mon Sep 17 00:00:00 2001 From: Dimitri van Heesch Date: Sat, 2 Nov 2013 12:55:04 +0100 Subject: Bug 711097 - Compiler warnings because char is unsigned on ARM/PPC: "comparison is always false" --- tmake/lib/linux-g++/tmake.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmake/lib/linux-g++/tmake.conf b/tmake/lib/linux-g++/tmake.conf index 0378239..193fadd 100644 --- a/tmake/lib/linux-g++/tmake.conf +++ b/tmake/lib/linux-g++/tmake.conf @@ -8,7 +8,7 @@ TEMPLATE = app CONFIG = qt warn_on release TMAKE_CC = gcc -TMAKE_CFLAGS = -pipe +TMAKE_CFLAGS = -pipe -fsigned-char TMAKE_CFLAGS_WARN_ON = -Wall -W TMAKE_CFLAGS_WARN_OFF = TMAKE_CFLAGS_RELEASE = -O2 -- cgit v0.12