mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[CARDLIB]
* Silence some warnings. svn path=/trunk/; revision=59520
This commit is contained in:
parent
d26a030683
commit
3b80e4b780
1 changed files with 4 additions and 1 deletions
5
reactos/lib/3rdparty/cardlib/CMakeLists.txt
vendored
5
reactos/lib/3rdparty/cardlib/CMakeLists.txt
vendored
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue