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")
|
set(CMAKE_RANLIB "gcc-ranlib")
|
||||||
endif()
|
endif()
|
||||||
if(MINGW)
|
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")
|
set(MINGW_FLAG "-DWIN32_LEAN_AND_MEAN")
|
||||||
include_directories(SYSTEM src/platform/mingw)
|
include_directories(SYSTEM src/platform/mingw)
|
||||||
else()
|
else()
|
||||||
|
|
Loading…
Reference in a new issue