mirror of
https://github.com/reactos/reactos.git
synced 2025-04-21 12:40:33 +00:00
[FREETYPE]
* Silence the unused-but-set warnings. Dedicated to Thomas Faber. svn path=/trunk/; revision=59235
This commit is contained in:
parent
aa910aeae4
commit
862eb61397
1 changed files with 4 additions and 0 deletions
4
reactos/lib/3rdparty/freetype/CMakeLists.txt
vendored
4
reactos/lib/3rdparty/freetype/CMakeLists.txt
vendored
|
@ -50,3 +50,7 @@ list(APPEND SOURCE
|
||||||
|
|
||||||
add_library(freetype ${SOURCE})
|
add_library(freetype ${SOURCE})
|
||||||
allow_warnings(freetype)
|
allow_warnings(freetype)
|
||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
|
add_target_compile_flags(freetype "-Wno-unused-but-set-variable")
|
||||||
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue