Author: dreimer Date: Sun Apr 19 12:15:35 2015 New Revision: 67296
URL: http://svn.reactos.org/svn/reactos?rev=67296&view=rev Log: [DXTN] Fix build by adding a "-Wno-error=unused-but-set-variable" which is needed.
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 19 12:15:35 2015 @@ -10,4 +10,5 @@
set_entrypoint(dxtn 0) add_importlibs(dxtn msvcrt) +add_compile_flags("-Wno-error=unused-but-set-variable") add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)