mirror of
https://github.com/reactos/reactos.git
synced 2025-01-06 06:20:13 +00:00
[DXTN]
Fix build by adding a "-Wno-error=unused-but-set-variable" which is needed. svn path=/trunk/; revision=67296
This commit is contained in:
parent
ef1f80bd88
commit
63ffb29130
1 changed files with 1 additions and 0 deletions
1
reactos/dll/3rdparty/dxtn/CMakeLists.txt
vendored
1
reactos/dll/3rdparty/dxtn/CMakeLists.txt
vendored
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue