diff options
author | 2021-01-27 11:29:25 +1100 | |
---|---|---|
committer | 2021-01-27 11:29:25 +1100 | |
commit | 2c041520acb29c8330e96a2713ce720e1e380018 (patch) | |
tree | 3e89b8c08d3cdb25ba0fbd2975bdc548207c09b8 /docs/release/scripts/genie.lua | |
parent | d5407444774ae45feb53a3e5927880a3def3d55c (diff) |
0.228 Release filestag228
Diffstat (limited to 'docs/release/scripts/genie.lua')
-rw-r--r-- | docs/release/scripts/genie.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/release/scripts/genie.lua b/docs/release/scripts/genie.lua index c479fe34bfd..af8007f38ed 100644 --- a/docs/release/scripts/genie.lua +++ b/docs/release/scripts/genie.lua @@ -1098,6 +1098,7 @@ end "-Wno-unused-result", -- needed for fgets,fread on linux -- 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) "-Wno-array-bounds", + "-Wno-error=attributes", -- GCC fails to recognize some uses of [[maybe_unused]] } if (version >= 80000) then buildoptions { |