[FREETYPE]

* Silence the unused-but-set warnings. Dedicated to Thomas Faber.

svn path=/trunk/; revision=59235
This commit is contained in:
Amine Khaldi 2013-06-16 17:42:42 +00:00
parent aa910aeae4
commit 862eb61397

View file

@ -50,3 +50,7 @@ list(APPEND SOURCE
add_library(freetype ${SOURCE})
allow_warnings(freetype)
if(NOT MSVC)
add_target_compile_flags(freetype "-Wno-unused-but-set-variable")
endif()