Previous 199869 Revisions Next

r36666 Thursday 26th March, 2015 at 10:56:52 UTC by Miodrag Milanović
add this for all gcc versions (nw)
[scripts]genie.lua

trunk/scripts/genie.lua
r245177r245178
407407            }
408408         end
409409      else
410         buildoptions {
411            "-Wno-unused-result",
412         }
413         
410414         if (version >= 40700) then
411415            buildoptions {
412416               "-Wno-narrowing",
r245177r245178
417421            -- 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)
418422            buildoptions {
419423               "-Wno-unused-variable",
420               "-Wno-unused-result",
421424               "-Wno-array-bounds"
422425            }
423426         end


Previous 199869 Revisions Next


© 1997-2024 The MAME Team