mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[FREETYPE]
* Silence the unused-but-set warnings. Dedicated to Thomas Faber. svn path=/trunk/; revision=59235
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user