diff options
author | 2015-12-04 20:36:05 +0100 | |
---|---|---|
committer | 2015-12-04 20:36:05 +0100 | |
commit | ccc677d0e5b6af7312d690565c5194030e225e7c (patch) | |
tree | 5ea7637292e366ded6e83b6656b22d5a6a4dc087 /scripts/genie.lua | |
parent | 2ce19e896bc9567ffe6d9e04eeddc2eacd30fa2d (diff) |
Need this on linux
Diffstat (limited to 'scripts/genie.lua')
-rw-r--r-- | scripts/genie.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/genie.lua b/scripts/genie.lua index e05d04c6d36..eadf2821e50 100644 --- a/scripts/genie.lua +++ b/scripts/genie.lua @@ -997,7 +997,7 @@ end os.exit(-1) end buildoptions { --- "-Wno-unused-result", + "-Wno-unused-result", -- needed for fgets,fread on linux -- "-Wno-narrowing", -- "-Wno-attributes", -- array bounds checking seems to be buggy in 4.8.1 (try it on video/stvvdp1.c and video/model1.c without -Wno-array-bounds) |