Previous 199869 Revisions Next

r36659 Thursday 26th March, 2015 at 09:20:29 UTC by Miodrag Milanović
Fix clang and one more warning added
[/trunk]makefile
[scripts]genie.lua

trunk/makefile
r245170r245171
175175PYTHON_AVAILABLE:=$(shell python --version > NUL 2>&1 && echo python)
176176else
177177GCC_VERSION:=$(shell gcc -dumpversion 2> /dev/null)
178CLANG_VERSION:=$(clang --version  2> /dev/null | grep '[0-9]\.[0-9]' -o | head -n 1)
178CLANG_VERSION:=$(shell clang --version  2> /dev/null | grep '[0-9]\.[0-9]' -o | head -n 1)
179179PYTHON_AVAILABLE:=$(shell python --version > /dev/null 2>&1 && echo python)
180180endif
181181
trunk/scripts/genie.lua
r245170r245171
417417            -- 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)
418418            buildoptions {
419419               "-Wno-unused-variable",
420               "-Wno-unused-result",
420421               "-Wno-array-bounds"
421422            }
422423         end


Previous 199869 Revisions Next


© 1997-2024 The MAME Team