Revert Clang compiler flag that breaks OS X build

This commit is contained in:
Matti Hänninen
2015-08-22 22:41:14 +03:00
parent e254a76884
commit f4cbfcdc1e
-1
View File
@@ -277,7 +277,6 @@ macro(set_exe_flags)
# Ignore another problem in sqlite
add_flags_cxx("-Wno-documentation-unknown-command")
endif()
add_flags_cxx("-Wno-format-pedantic")
endif()
endif()
endif()