* Silence warnings.

svn path=/trunk/; revision=59252
This commit is contained in:
Amine Khaldi 2013-06-17 20:41:42 +00:00
parent 27fc57cd28
commit 842728981d

View file

@ -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()