[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:
Amine Khaldi 2013-09-20 09:16:53 +00:00
parent 4bd498a2d1
commit 021683b242

View file

@ -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()