mirror of
https://github.com/reactos/reactos.git
synced 2025-04-27 09:00:27 +00:00
[ADNS]
* Silence some warnings. svn path=/trunk/; revision=59519
This commit is contained in:
parent
3a79dade5f
commit
d26a030683
1 changed files with 4 additions and 1 deletions
5
reactos/lib/3rdparty/adns/CMakeLists.txt
vendored
5
reactos/lib/3rdparty/adns/CMakeLists.txt
vendored
|
@ -22,4 +22,7 @@ list(APPEND SOURCE
|
|||
|
||||
add_library(adns ${SOURCE})
|
||||
add_dependencies(adns psdk)
|
||||
allow_warnings(adns)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(adns "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue