You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2018/07/10 15:41:38 UTC

[2/2] celix git commit: CELIX-451: Removes warnings for the civetweb compilation

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 <pe...@gmail.com>
Authored: Tue Jul 10 17:41:11 2018 +0200
Committer: Pepijn Noltes <pe...@gmail.com>
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