Enable more warnings (except for chipmunk)
This commit is contained in:
2
thirdparty/build/chipmunk.lua
vendored
2
thirdparty/build/chipmunk.lua
vendored
@@ -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",
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user