From: Emmanuel Pescosta Date: Sun, 14 Dec 2014 16:47:58 +0000 (+0100) Subject: show warnings about deprecated declarations X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/68df2a725e77972b56e0831409bdf1c744208f17 show warnings about deprecated declarations --- diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 8e13e97fe..f132e2844 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -4,7 +4,6 @@ configure_file(config-baloo.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-baloo.h) configure_file(config-dolphin.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config-dolphin.h) add_definitions(-DTRANSLATION_DOMAIN=\"dolphin\") -add_definitions(-Wno-deprecated-declarations) remove_definitions(-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_URL_CAST_FROM_STRING) if(X11_Xrender_FOUND)