CELIX-451: Removes warnings for the civetweb compilation
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/ab369697 Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/ab369697 Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/ab369697 Branch: refs/heads/develop Commit: ab369697109f82ff3157fdae2364c14a122ea642 Parents: d180316 Author: Pepijn Noltes <[email protected]> Authored: Tue Jul 10 17:41:11 2018 +0200 Committer: Pepijn Noltes <[email protected]> Committed: Tue Jul 10 17:41:11 2018 +0200 ---------------------------------------------------------------------- examples/celix-examples/civetweb/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/ab369697/examples/celix-examples/civetweb/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/examples/celix-examples/civetweb/CMakeLists.txt b/examples/celix-examples/civetweb/CMakeLists.txt index 5e469aa..5da81b5 100644 --- a/examples/celix-examples/civetweb/CMakeLists.txt +++ b/examples/celix-examples/civetweb/CMakeLists.txt @@ -19,7 +19,7 @@ add_library(civetweb_static STATIC civetweb/civetweb.c ) target_include_directories(civetweb_static PUBLIC SYSTEM civetweb) -target_compile_options(civetweb_static PRIVATE -Wno-format -Wno-implicit-function-declaration -DUSE_WEBSOCKET) +target_compile_options(civetweb_static PRIVATE -w -DUSE_WEBSOCKET) add_celix_bundle(embedded_civetweb VERSION 1.0.0
