| 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 |
| r245170 | r245171 | |
|---|---|---|
| 175 | 175 | PYTHON_AVAILABLE:=$(shell python --version > NUL 2>&1 && echo python) |
| 176 | 176 | else |
| 177 | 177 | GCC_VERSION:=$(shell gcc -dumpversion 2> /dev/null) |
| 178 | CLANG_VERSION:=$(clang --version 2> /dev/null | grep '[0-9]\.[0-9]' -o | head -n 1) | |
| 178 | CLANG_VERSION:=$(shell clang --version 2> /dev/null | grep '[0-9]\.[0-9]' -o | head -n 1) | |
| 179 | 179 | PYTHON_AVAILABLE:=$(shell python --version > /dev/null 2>&1 && echo python) |
| 180 | 180 | endif |
| 181 | 181 |
| r245170 | r245171 | |
|---|---|---|
| 417 | 417 | -- 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) |
| 418 | 418 | buildoptions { |
| 419 | 419 | "-Wno-unused-variable", |
| 420 | "-Wno-unused-result", | |
| 420 | 421 | "-Wno-array-bounds" |
| 421 | 422 | } |
| 422 | 423 | end |
| https://github.com/mamedev/mame/commit/c869696a3f8186445a3391fcce32271468994a8e |
| Previous | 199869 Revisions | Next |