mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:35:49 +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)
|
set_entrypoint(dxtn 0)
|
||||||
add_importlibs(dxtn msvcrt)
|
add_importlibs(dxtn msvcrt)
|
||||||
|
add_compile_flags("-Wno-error=unused-but-set-variable")
|
||||||
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)
|
add_cd_file(TARGET dxtn DESTINATION reactos/system32 FOR all)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue