diff options
author | Remko Tronçon <git@el-tramo.be> | 2010-10-24 07:35:17 (GMT) |
---|---|---|
committer | Remko Tronçon <git@el-tramo.be> | 2010-10-24 07:35:17 (GMT) |
commit | 1cb58d12e5beba4e5a1b510e77d1fff03e100625 (patch) | |
tree | f2176f8bf599886044511a151ea5134158e5d56a /Swift | |
parent | 5dcea6769d7ad61282edbf19481cd25b676383f6 (diff) | |
download | swift-1cb58d12e5beba4e5a1b510e77d1fff03e100625.zip swift-1cb58d12e5beba4e5a1b510e77d1fff03e100625.tar.bz2 |
Avoid QtDBus compilation warning.
Diffstat (limited to 'Swift')
-rw-r--r-- | Swift/QtUI/FreeDesktopNotifier.cpp | 2 |
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" |