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

View File

@@ -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",