pnacl_platform: do not compile with -Wall
authorJean Privat <jean@pryen.org>
Wed, 24 Sep 2014 00:46:44 +0000 (20:46 -0400)
committerJean Privat <jean@pryen.org>
Wed, 24 Sep 2014 00:56:40 +0000 (20:56 -0400)
Signed-off-by: Jean Privat <jean@pryen.org>

src/compiler/pnacl_platform.nit

index 62c2f60..3f96318 100644 (file)
@@ -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