Cleanup: Stop OSX compilation complaining about C++11 extensions

pull/82/head
Henry Wilson 5 years ago committed by Michael Lutz
parent 685f822c63
commit 31260e6625

@ -1321,6 +1321,9 @@ make_compiler_cflags() {
# it happens when using the FOR_ALL_WINDOWS_FROM_BACK_FROM macro
flags="$flags -Wno-self-assign"
# warning: <something> is a C++11 extension
flags="$flags -Wno-c++11-extensions"
if [ "$cc_version" -lt "30" ]; then
# warning: equality comparison with extraneous parentheses
flags="$flags -Wno-parentheses"

Loading…
Cancel
Save