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 2016/01/06 16:26:58 UTC

celix git commit: CELIX-77: Disable -Wall and -Werror for CXX (test code). Still some warning left

Repository: celix
Updated Branches:
  refs/heads/develop f71246c11 -> 8bfb61f60


CELIX-77: Disable -Wall and -Werror for CXX (test code). Still some warning left


Project: http://git-wip-us.apache.org/repos/asf/celix/repo
Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/8bfb61f6
Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/8bfb61f6
Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/8bfb61f6

Branch: refs/heads/develop
Commit: 8bfb61f604ce5231ad0a324a539e2a54187213ca
Parents: f71246c
Author: Pepijn Noltes <pe...@gmail.com>
Authored: Wed Jan 6 16:26:09 2016 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
Committed: Wed Jan 6 16:26:09 2016 +0100

----------------------------------------------------------------------
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/celix/blob/8bfb61f6/CMakeLists.txt
----------------------------------------------------------------------
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4670987..375568c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -39,7 +39,7 @@ ENDIF()
 
 IF(UNIX)
     SET(CMAKE_C_FLAGS "-D_GNU_SOURCE -std=gnu99 -Wall -Werror ${CMAKE_C_FLAGS}")
-    SET(CMAKE_CXX_FLAGS "-Wall -Werror ${CMAKE_CXX_FLAGS}")
+    #SET(CMAKE_CXX_FLAGS "-Wall -Werror ${CMAKE_CXX_FLAGS}")
 ENDIF()
 IF(UNIX AND NOT APPLE) 
 	SET(CMAKE_C_FLAGS "-pthread ${CMAKE_C_FLAGS}")