compiler/bootstrap/ecere: Fixed -Wall/-w in there
authorJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 17:55:06 +0000 (12:55 -0500)
committerJerome St-Louis <jerome@ecere.com>
Wed, 7 Nov 2012 17:55:06 +0000 (12:55 -0500)
compiler/bootstrap/ecere/Makefile

index 5d607bf..e4b58c1 100644 (file)
@@ -106,7 +106,7 @@ LIBS +=
 endif
 
 PRJ_CFLAGS += \
-        $(if $(DEBUG),-g) $(FORCE_32_BIT) $(FPIC) -Wall \
+        $(if $(DEBUG),-g) $(FORCE_32_BIT) $(FPIC) -w \
         -DBUILDING_ECERE_COM -DECERE_STATIC -DECERE_BOOTSTRAP
 ECFLAGS += \
         -nolinenumbers -defaultns ecere