Disable warnings when compiling Newton
This commit is contained in:
parent
980d200092
commit
ceb8bb0a09
|
|
@ -10,6 +10,7 @@ LIBRARY.OsDefines.Windows = {
|
|||
}
|
||||
|
||||
LIBRARY.Language = "C++"
|
||||
LIBRARY.DisableWarnings = true -- Newton has many warnings we can't really fix
|
||||
|
||||
LIBRARY.Files = {
|
||||
"../thirdparty/include/newton/**.h",
|
||||
|
|
|
|||
Loading…
Reference in New Issue