From dd87d59f475dae07e3acea8df3852dc9a6a12fce Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 17 Mar 2014 17:50:57 +0100 Subject: Compiler option cleanup and -Wextra fixes --- mmss-protocol/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mmss-protocol') diff --git a/mmss-protocol/CMakeLists.txt b/mmss-protocol/CMakeLists.txt index dd670f3..69caf64 100644 --- a/mmss-protocol/CMakeLists.txt +++ b/mmss-protocol/CMakeLists.txt @@ -3,4 +3,4 @@ include_directories(${GMRF_SOURCE_DIR}/include) add_library(mmss_protocol STATIC mmss_protocol.c ) -set_target_properties(mmss_protocol PROPERTIES POSITION_INDEPENDENT_CODE 1) +set_target_properties(mmss_protocol PROPERTIES COMPILE_FLAGS "-std=c99 -Wall" POSITION_INDEPENDENT_CODE 1) -- cgit v1.2.3