mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +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:
+1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user