1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +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

@@ -40,7 +40,7 @@ ENDIF()
IF( WITH_BREAKPAD )
message(STATUS "Build with support for breakpad.")
IF( CMAKE_COMPILER_IS_GNUCXX )
ADD_DEFINITIONS( -DSTDC_HEADERS -std=gnu++98 )
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DSTDC_HEADERS -std=gnu++98" )
ENDIF()
ENDIF()