summaryrefslogtreecommitdiffstats
path: root/Swift
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-24 07:35:17 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-24 07:35:17 (GMT)
commit1cb58d12e5beba4e5a1b510e77d1fff03e100625 (patch)
treef2176f8bf599886044511a151ea5134158e5d56a /Swift
parent5dcea6769d7ad61282edbf19481cd25b676383f6 (diff)
downloadswift-1cb58d12e5beba4e5a1b510e77d1fff03e100625.zip
swift-1cb58d12e5beba4e5a1b510e77d1fff03e100625.tar.bz2
Avoid QtDBus compilation warning.
Diffstat (limited to 'Swift')
-rw-r--r--Swift/QtUI/FreeDesktopNotifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Swift/QtUI/FreeDesktopNotifier.cpp b/Swift/QtUI/FreeDesktopNotifier.cpp
index 0f0bfe0..6f680da 100644
--- a/Swift/QtUI/FreeDesktopNotifier.cpp
+++ b/Swift/QtUI/FreeDesktopNotifier.cpp
@@ -4,7 +4,7 @@
* See Documentation/Licenses/GPLv3.txt for more information.
*/
-//#pragma GCC diagnostic ignored "-Wredundant-decls"
+#pragma GCC diagnostic ignored "-Wredundant-decls"
#include "Swift/QtUI/FreeDesktopNotifier.h"