Fix build by adding a "-Wno-error=unused-but-set-variable" which is needed.

svn path=/trunk/; revision=67296
This commit is contained in:
Daniel Reimer 2015-04-19 12:15:35 +00:00
parent ef1f80bd88
commit 63ffb29130

View file

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