Fix Mac build.
This commit is contained in:
		
							parent
							
								
									31cd5c7863
								
							
						
					
					
						commit
						199d1b8eeb
					
				| @ -181,7 +181,7 @@ class SMConfig(object): | |||||||
|       if have_clang or (have_gcc and cxx.version >= '4'): |       if have_clang or (have_gcc and cxx.version >= '4'): | ||||||
|         cxx.cflags += ['-fvisibility=hidden'] |         cxx.cflags += ['-fvisibility=hidden'] | ||||||
|         cxx.cxxflags += ['-fvisibility-inlines-hidden'] |         cxx.cxxflags += ['-fvisibility-inlines-hidden'] | ||||||
|         if have_clang and cxx.version >= '3.6': |         if have_clang and cxx.version >= 'clang-3.4': | ||||||
|           cxx.cxxflags += ['-Wno-inconsistent-missing-override'] |           cxx.cxxflags += ['-Wno-inconsistent-missing-override'] | ||||||
|         if have_clang or (have_gcc and cxx.version >= '4.6'): |         if have_clang or (have_gcc and cxx.version >= '4.6'): | ||||||
|           cxx.cflags += ['-Wno-narrowing'] |           cxx.cflags += ['-Wno-narrowing'] | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user