mirror of
https://github.com/reactos/reactos.git
synced 2025-06-06 09:50:43 +00:00
[FREETYPE]
* We no longer have GCC warnings. CORE-7446 #resolve #comment Sync committed in r60227. Danke. svn path=/trunk/; revision=60232
This commit is contained in:
parent
4bd498a2d1
commit
021683b242
1 changed files with 0 additions and 5 deletions
5
reactos/lib/3rdparty/freetype/CMakeLists.txt
vendored
5
reactos/lib/3rdparty/freetype/CMakeLists.txt
vendored
|
@ -50,8 +50,3 @@ list(APPEND SOURCE
|
|||
src/winfonts/winfnt.c)
|
||||
|
||||
add_library(freetype ${SOURCE})
|
||||
|
||||
if(NOT MSVC)
|
||||
allow_warnings(freetype)
|
||||
add_target_compile_flags(freetype "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue