X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=rostests%2Fwinetests%2Fsetupapi%2FCMakeLists.txt;h=0e9a1586671eb337cb48adbc814fdf7f18e54fe7;hp=a703a98727f319dc57f3222c008995fa29467673;hb=7538d3e7256618bf79a1cbaf789ae5cfd2704073;hpb=26aca689ea96ab932b79ae595a771d6676cf3b99 diff --git a/rostests/winetests/setupapi/CMakeLists.txt b/rostests/winetests/setupapi/CMakeLists.txt index a703a98727f..0e9a1586671 100644 --- a/rostests/winetests/setupapi/CMakeLists.txt +++ b/rostests/winetests/setupapi/CMakeLists.txt @@ -1,6 +1,5 @@ list(APPEND SOURCE - devclass.c devinst.c diskspace.c install.c @@ -15,7 +14,3 @@ add_executable(setupapi_winetest ${SOURCE}) set_module_type(setupapi_winetest win32cui) add_importlibs(setupapi_winetest advapi32 setupapi user32 msvcrt kernel32) add_cd_file(TARGET setupapi_winetest DESTINATION reactos/bin FOR all) - -if(NOT MSVC) - add_target_compile_flags(setupapi_winetest "-Wno-error=format") -endif()