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

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