Enable extended compiler warnings

This commit is contained in:
Sebastian Messmer 2015-05-08 02:11:42 +02:00
parent 2970de9c4f
commit 038efb95ec

View File

@ -11,6 +11,7 @@ REQUIRE_GCC_VERSION(4.9)
ADD_DEFINITIONS(-D_FILE_OFFSET_BITS=64)
TARGET_LINK_LIBRARIES(${BII_BLOCK_TARGET} INTERFACE fuse)
ENABLE_STYLE_WARNINGS()
# You can safely delete lines from here...