summaryrefslogtreecommitdiff
path: root/googleMock
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2015-07-07 07:01:48 +0100
committerChristian Linke <christian.linke@bmw.de>2015-07-07 07:01:48 +0100
commita94a9a2c13ebd795832e5772ed042c985666b919 (patch)
tree5f58a6763d5a55ce56dc5abf98b431069b38e022 /googleMock
parentd7419f5ebc895a492593a7f31c715ee450d9059e (diff)
downloadaudiomanager-a94a9a2c13ebd795832e5772ed042c985666b919.tar.gz
* cleaned up compile flags
* fix for getDomainOfCrossfader Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'googleMock')
-rw-r--r--googleMock/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/googleMock/CMakeLists.txt b/googleMock/CMakeLists.txt
index fdd747c..3b29c48 100644
--- a/googleMock/CMakeLists.txt
+++ b/googleMock/CMakeLists.txt
@@ -8,7 +8,8 @@
# BUILD_SHARED_LIBS is a standard CMake variable, but we declare it here to
# make it prominent in the GUI.
-set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++0x -D_GNU_SOURCE -Wno-variadic-macros")
+#make aunt google stop complaining
+set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-local-typedefs")
option(BUILD_SHARED_LIBS "Build shared libraries (DLLs)." OFF)