* Addendum to r60227 (FreeType sync to 2.5.0).

CORE-7446

svn path=/trunk/; revision=60228
This commit is contained in:
Amine Khaldi 2013-09-19 23:17:59 +00:00
parent 4d9f0ea4e1
commit d5c7aa049b

View file

@ -50,8 +50,8 @@ list(APPEND SOURCE
src/winfonts/winfnt.c)
add_library(freetype ${SOURCE})
allow_warnings(freetype)
if(NOT MSVC)
allow_warnings(freetype)
add_target_compile_flags(freetype "-Wno-unused-but-set-variable")
endif()