1
0
Fork 0

Merge pull request #2441 from mjhanninen/fix-osx-build-due-cc-flag

Remove Clang compiler flag that breaks OS X build
This commit is contained in:
Tiger Wang 2015-08-22 22:30:00 +01:00
commit 908a554efa
1 changed files with 0 additions and 1 deletions

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