diff options
author | 2016-04-09 22:19:17 +0200 | |
---|---|---|
committer | 2016-04-09 22:21:58 +0200 | |
commit | 5f6e20d6a61bebb59252220cc056d10320ddb94b (patch) | |
tree | 48d348ea7310dd1ca31b7d228c8716979353f732 /scripts/src | |
parent | 887858c6cae2f6a327fdf6bbf48a7e2f8938ad1d (diff) |
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)
Diffstat (limited to 'scripts/src')
-rw-r--r-- | scripts/src/3rdparty.lua | 1 |
1 files changed, 1 insertions, 0 deletions
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*" } |