Disable warnings when compiling Newton

This commit is contained in:
Jérôme Leclercq 2020-09-22 17:40:52 +02:00
parent 980d200092
commit ceb8bb0a09
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@ LIBRARY.OsDefines.Windows = {
} }
LIBRARY.Language = "C++" LIBRARY.Language = "C++"
LIBRARY.DisableWarnings = true -- Newton has many warnings we can't really fix
LIBRARY.Files = { LIBRARY.Files = {
"../thirdparty/include/newton/**.h", "../thirdparty/include/newton/**.h",