mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[ROSAPPS] put -Wno-unused-but-set-variable between a if(NOT MSVC) to really make MSVC happy this time / Get rid of -Wno-implicit-function-declaration (include juggling + add definitions) and -Wno-format-extra-args (shorten sprinf) in ncftp. / Fix rosperf build and add it to cmake build now.
svn path=/trunk/; revision=67439
This commit is contained in:
parent
7338ca79c0
commit
aa76a2c168
12 changed files with 27 additions and 13 deletions
|
@ -4,5 +4,7 @@ add_executable(symdump symdump.c)
|
|||
set_module_type(symdump win32cui)
|
||||
target_link_libraries(symdump wine)
|
||||
add_importlibs(symdump dbghelp shlwapi msvcrt kernel32)
|
||||
add_compile_flags("-Wno-unused-but-set-variable")
|
||||
if(NOT MSVC)
|
||||
add_target_compile_flags(symdump "-Wno-unused-but-set-variable")
|
||||
endif()
|
||||
add_cd_file(TARGET symdump DESTINATION reactos/system32 FOR all)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue