Author: dreimer Date: Sun Apr 26 14:12:24 2015 New Revision: 67438
URL: http://svn.reactos.org/svn/reactos?rev=67438&view=rev Log: [DXTN] -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy
Modified: trunk/reactos/dll/3rdparty/dxtn/CMakeLists.txt
Modified: trunk/reactos/dll/3rdparty/dxtn/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/dll/3rdparty/dxtn/CMakeList... ============================================================================== --- trunk/reactos/dll/3rdparty/dxtn/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/dll/3rdparty/dxtn/CMakeLists.txt [iso-8859-1] Sun Apr 26 14:12:24 2015 @@ -10,5 +10,5 @@
set_entrypoint(dxtn 0) add_importlibs(dxtn msvcrt) -add_compile_flags("-Wno-error=unused-but-set-variable") +add_compile_flags("-Wno-unused-but-set-variable") add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)