Enable more warnings (except for chipmunk)

This commit is contained in:
Lynix
2020-02-24 18:48:42 +01:00
parent c9635ed766
commit 2f102ac242
2 changed files with 7 additions and 0 deletions

View File

@@ -11,9 +11,11 @@ LIBRARY.Defines = {
}
LIBRARY.Language = "C++"
LIBRARY.DisableWarnings = true -- chipmunk has many warnings we can't really fix
LIBRARY.Files = {
"../thirdparty/include/chipmunk/*.h",
"../thirdparty/src/chipmunk/*.h",
"../thirdparty/src/chipmunk/*.c",
}