mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Silence misc. warnings
This commit is contained in:
parent
7b93408884
commit
565959db86
2 changed files with 6 additions and 1 deletions
|
@ -643,6 +643,11 @@ else()
|
|||
if(HAS_UNUSED_BUT_SET_VARIABLE_WARNING)
|
||||
set(WARNING_FLAGS "${WARNING_FLAGS} -Wno-unused-but-set-variable")
|
||||
endif(HAS_UNUSED_BUT_SET_VARIABLE_WARNING)
|
||||
|
||||
CHECK_CXX_COMPILER_FLAG("-Wno-type-limits" HAS_TYPE_LIMITS_WARNING)
|
||||
if(HAS_TYPE_LIMITS_WARNING)
|
||||
set(WARNING_FLAGS "${WARNING_FLAGS} -Wno-type-limits")
|
||||
endif(HAS_TYPE_LIMITS_WARNING)
|
||||
endif()
|
||||
|
||||
if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue