mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
[TELNET]
* Silence warnings. svn path=/trunk/; revision=59252
This commit is contained in:
parent
27fc57cd28
commit
842728981d
1 changed files with 4 additions and 0 deletions
|
@ -29,3 +29,7 @@ set_module_type(telnet win32cui)
|
|||
add_pch(telnet src/precomp.h)
|
||||
add_importlibs(telnet ws2_32 user32 msvcrt kernel32)
|
||||
add_cd_file(TARGET telnet DESTINATION reactos/system32 FOR all)
|
||||
|
||||
if(NOT MSVC)
|
||||
add_compile_flags_language("-Wno-narrowing" "CXX")
|
||||
endif()
|
||||
|
|
Loading…
Reference in a new issue