X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=reactos%2Fdrivers%2Ffilesystems%2Freiserfs%2FCMakeLists.txt;h=16dfc89e33e377c9a9d6332f7706b8c722d17cbd;hp=4ec66cfea7a794376778058268d4e82d7bac370a;hb=6868358a853cdf1db6c79ec75af5d8b4c4b9c7be;hpb=d5f4f99b0eb30e54a82e87a9b8e7d7e61f9fefdb diff --git a/reactos/drivers/filesystems/reiserfs/CMakeLists.txt b/reactos/drivers/filesystems/reiserfs/CMakeLists.txt index 4ec66cfea7a..16dfc89e33e 100644 --- a/reactos/drivers/filesystems/reiserfs/CMakeLists.txt +++ b/reactos/drivers/filesystems/reiserfs/CMakeLists.txt @@ -81,7 +81,7 @@ add_library(reiserfs SHARED ${SOURCE} src/rfsd.rc) if(NOT MSVC) add_target_compile_flags(reiserfs "-Wno-pointer-sign -Wno-unused-function") if(NOT CMAKE_C_COMPILER_ID STREQUAL "Clang") - add_target_compile_flags(reiserfs "-Wno-unused-but-set-variable -Wno-unused-variable -Wno-missing-braces") + add_target_compile_flags(reiserfs "-Wno-unused-but-set-variable -Wno-unused-variable -Wno-missing-braces -D__GCC__") endif() else() #disable warnings: "unreferenced local variable", "initialized, but not used variable", "benign include"