Fix typo in last commit.

This commit is contained in:
Nicholas Hastings 2015-08-15 11:56:36 -04:00
parent 199d1b8eeb
commit 4dd641287d

View File

@ -181,7 +181,7 @@ class SMConfig(object):
if have_clang or (have_gcc and cxx.version >= '4'):
cxx.cflags += ['-fvisibility=hidden']
cxx.cxxflags += ['-fvisibility-inlines-hidden']
if have_clang and cxx.version >= 'clang-3.4':
if have_clang and cxx.version >= 'clang-3.6':
cxx.cxxflags += ['-Wno-inconsistent-missing-override']
if have_clang or (have_gcc and cxx.version >= '4.6'):
cxx.cflags += ['-Wno-narrowing']