Update Werror ignore list

This commit is contained in:
Pascal Hartig
2018-08-02 11:43:22 +01:00
parent 292bfed102
commit 78e93efc84
2 changed files with 2 additions and 0 deletions

View File

@@ -33,6 +33,7 @@ yoga_cxx_library(
"-Werror", "-Werror",
"-Wno-unused-parameter", "-Wno-unused-parameter",
"-std=c++11", "-std=c++11",
"-Wno-error=terminate",
], ],
platforms = (ANDROID,), platforms = (ANDROID,),
visibility = ["PUBLIC"], visibility = ["PUBLIC"],

View File

@@ -51,6 +51,7 @@ BASE_COMPILER_FLAGS = [
"-fexceptions", "-fexceptions",
"-Wall", "-Wall",
"-Werror", "-Werror",
"-Wno-error=class-memaccess",
"-O3", "-O3",
"-ffast-math", "-ffast-math",
] ]