mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 19:26:05 +00:00
[CARDLIB]
* Silence some warnings. svn path=/trunk/; revision=59520
This commit is contained in:
+4
-1
@@ -15,5 +15,8 @@ list(APPEND SOURCE
|
||||
dropzone.cpp)
|
||||
|
||||
add_library(cardlib ${SOURCE})
|
||||
allow_warnings(cardlib)
|
||||
add_dependencies(cardlib psdk)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(cardlib "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user