1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-18 03:41:27 +02:00

Fix all the warnings! Almost.. in our own code...

This commit is contained in:
Dominik Schmidt
2012-11-15 17:00:01 +01:00
parent 82113c516f
commit 1e6e3a2cdd
31 changed files with 49 additions and 51 deletions

View File

@@ -7,7 +7,7 @@ set( CMAKE_MODULE_PATH
)
if( CMAKE_COMPILER_IS_GNUCXX )
add_definitions(-DSTDC_HEADERS -std=gnu++98)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=gnu++98")
endif()
if(${CMAKE_BUILD_TYPE} MATCHES "Release")