From: Jean Privat Date: Wed, 24 Sep 2014 00:46:44 +0000 (-0400) Subject: pnacl_platform: do not compile with -Wall X-Git-Tag: v0.6.9~19^2~10 X-Git-Url: http://nitlanguage.org?ds=sidebyside pnacl_platform: do not compile with -Wall Signed-off-by: Jean Privat --- diff --git a/src/compiler/pnacl_platform.nit b/src/compiler/pnacl_platform.nit index 62c2f60..3f96318 100644 --- a/src/compiler/pnacl_platform.nit +++ b/src/compiler/pnacl_platform.nit @@ -77,7 +77,7 @@ THIS_MAKEFILE := $(abspath $(lastword $(MAKEFILE_LIST))) NACL_SDK_ROOT ?= $(abspath $(dir $(THIS_MAKEFILE))../../../..) # Project Build flags -WARNINGS := -Wall -pedantic -Wno-long-long -Wno-unused-value -Wno-unused-label -Wno-duplicate-decl-specifier -Wno-switch -Wno-embedded-directive +WARNINGS := -Wno-long-long -Wno-unused-value -Wno-unused-label -Wno-duplicate-decl-specifier -Wno-switch -Wno-embedded-directive CXXFLAGS := -pthread $(WARNINGS) CXXFLAGS += -g -O0 # Debug