1
0

Revert Clang compiler flag that breaks OS X build

This commit is contained in:
Matti Hänninen 2015-08-21 23:35:55 +03:00
parent e254a76884
commit f4cbfcdc1e

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()