Ignore another warning to make mingw happy
This commit is contained in:
parent
0fe311b2f0
commit
9c848ceae7
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ else()
|
|||
set(CMAKE_RANLIB "gcc-ranlib")
|
||||
endif()
|
||||
if(MINGW)
|
||||
set(WARNINGS "${WARNINGS} -Wno-error=unused-value")
|
||||
set(WARNINGS "${WARNINGS} -Wno-error=unused-value -Wno-error=unused-but-set-variable")
|
||||
set(MINGW_FLAG "-DWIN32_LEAN_AND_MEAN")
|
||||
include_directories(SYSTEM src/platform/mingw)
|
||||
else()
|
||||
|
|
Loading…
Reference in a new issue