From 100166dafa364e6c3f4485bf0803573065e2ab74 Mon Sep 17 00:00:00 2001 From: BotoX Date: Sat, 21 Sep 2019 22:16:54 +0200 Subject: [PATCH] remove Werror --- AMBuildScript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AMBuildScript b/AMBuildScript index 80e519e..bf0ea5b 100644 --- a/AMBuildScript +++ b/AMBuildScript @@ -91,7 +91,7 @@ class DHooksConfig(object): '-pipe', '-fno-strict-aliasing', '-Wall', - '-Werror', +# '-Werror', '-Wno-unused', '-Wno-switch', '-Wno-format',