From ccc677d0e5b6af7312d690565c5194030e225e7c Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Fri, 4 Dec 2015 20:36:05 +0100 Subject: [PATCH] Need this on linux --- scripts/genie.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)