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

This commit is contained in:
Henry Wilson 2019-03-24 12:35:19 +00:00 committed by Michael Lutz
parent 685f822c63
commit 31260e6625
1 changed files with 3 additions and 0 deletions

View File

@ -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"