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:
commit
908a554efa
@ -277,7 +277,6 @@ macro(set_exe_flags)
|
|||||||
# Ignore another problem in sqlite
|
# Ignore another problem in sqlite
|
||||||
add_flags_cxx("-Wno-documentation-unknown-command")
|
add_flags_cxx("-Wno-documentation-unknown-command")
|
||||||
endif()
|
endif()
|
||||||
add_flags_cxx("-Wno-format-pedantic")
|
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Loading…
Reference in New Issue
Block a user