From ceb8bb0a09ddeb599aa12b8468e60dee9d5b8d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Leclercq?= Date: Tue, 22 Sep 2020 17:40:52 +0200 Subject: [PATCH] Disable warnings when compiling Newton --- thirdparty/build/newton.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/thirdparty/build/newton.lua b/thirdparty/build/newton.lua index d9f9d4d20..9c9b93bb4 100644 --- a/thirdparty/build/newton.lua +++ b/thirdparty/build/newton.lua @@ -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",