From ba7fedca6e2bdc216124566b30cc99aa95deba82 Mon Sep 17 00:00:00 2001 From: BotoX Date: Tue, 31 Jan 2017 16:59:43 +0100 Subject: [PATCH] Remove -Werror, does not compile on GCC due to warning in source SDK. --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index e067eb06..9ff51273 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -200,7 +200,7 @@ class SMConfig(object): '-pipe', '-fno-strict-aliasing', '-Wall', - '-Werror', +# '-Werror', '-Wno-unused', '-Wno-switch', '-Wno-array-bounds',