1
0
Fork 0

Merge pull request #2660 from cuberite/worktycho-patch-2

Fix musl + clang 3.6 compile error
This commit is contained in:
Alexander Harkness 2015-11-20 16:53:12 +00:00
commit 38a01cec75
1 changed files with 3 additions and 0 deletions

View File

@ -285,6 +285,9 @@ macro(set_exe_flags)
add_flags_cxx("-Wno-documentation-unknown-command")
endif()
endif()
if ("${CLANG_VERSION}" VERSION_GREATER 3.5)
add_flags_cxx("-Wno-error=disabled-macro-expansion")
endif()
endif()
endif()