From 5f6e20d6a61bebb59252220cc056d10320ddb94b Mon Sep 17 00:00:00 2001 From: couriersud Date: Sat, 9 Apr 2016 22:19:17 +0200 Subject: Fix SDL build on linux: - removed inclusion of SDL headers in all headers. - replaced those by forward declarations and in one case by a wrapper class (for a typedef struct). - added -Wno-strict-prototypes to 7z build (gmake target) --- scripts/src/3rdparty.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/src') diff --git a/scripts/src/3rdparty.lua b/scripts/src/3rdparty.lua index 662138a72e5..a404872fde4 100644 --- a/scripts/src/3rdparty.lua +++ b/scripts/src/3rdparty.lua @@ -327,6 +327,7 @@ project "7z" configuration { "gmake" } buildoptions_c { "-Wno-undef", + "-Wno-strict-prototypes", } configuration { "mingw*" } -- cgit v1.2.3-70-g09d2