[DXTN] -Wno-error=unused-but-set-variable -> -Wno-unused-but-set-variable to make MSVC happy

svn path=/trunk/; revision=67438
This commit is contained in:
Daniel Reimer 2015-04-26 14:12:24 +00:00
parent 8d599fac7d
commit 7338ca79c0

View file

@ -10,5 +10,5 @@ add_library(dxtn SHARED
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)