diff options
-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) |