mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 03:54:02 +00:00
[EXT2FS]
* Silence warnings. svn path=/trunk/; revision=59251
This commit is contained in:
parent
523be793e6
commit
27fc57cd28
1 changed files with 5 additions and 0 deletions
|
@ -22,6 +22,11 @@ list(APPEND SOURCE
|
||||||
src/shutdown.c)
|
src/shutdown.c)
|
||||||
|
|
||||||
add_library(ext2fs SHARED ${SOURCE})
|
add_library(ext2fs SHARED ${SOURCE})
|
||||||
|
|
||||||
|
if(NOT MSVC)
|
||||||
|
add_compile_flags("-Wno-unused-but-set-variable")
|
||||||
|
endif()
|
||||||
|
|
||||||
allow_warnings(ext2fs)
|
allow_warnings(ext2fs)
|
||||||
target_link_libraries(ext2fs ${PSEH_LIB})
|
target_link_libraries(ext2fs ${PSEH_LIB})
|
||||||
add_pch(ext2fs inc/ext2fsd.h)
|
add_pch(ext2fs inc/ext2fsd.h)
|
||||||
|
|
Loading…
Reference in a new issue