Changeset - r23496:661d21df67d7
[Not reviewed]
master
0 1 0
Henry Wilson - 5 years ago 2019-03-24 12:35:19
m3henry@googlemail.com
Cleanup: Stop OSX compilation complaining about C++11 extensions
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
config.lib
Show inline comments
 
@@ -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"
0 comments (0 inline, 0 general)