diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-03 18:08:58 +0100 |
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-11-03 18:08:58 +0100 |
| commit | 4c5a40576d23057291810229b7229771a295a52c (patch) | |
| tree | 3095a2422952b4ff29a05812ac689d5f43783806 /src/Daemon/CommLayerServerDBus.cpp | |
| parent | 131bb65c9de5543f6458ec7e5ab8af40466b2753 (diff) | |
| download | abrt-4c5a40576d23057291810229b7229771a295a52c.tar.gz abrt-4c5a40576d23057291810229b7229771a295a52c.tar.xz abrt-4c5a40576d23057291810229b7229771a295a52c.zip | |
fix more warnings (these were harmless, but still...)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'src/Daemon/CommLayerServerDBus.cpp')
| -rw-r--r-- | src/Daemon/CommLayerServerDBus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Daemon/CommLayerServerDBus.cpp b/src/Daemon/CommLayerServerDBus.cpp index 7fa7531..2483942 100644 --- a/src/Daemon/CommLayerServerDBus.cpp +++ b/src/Daemon/CommLayerServerDBus.cpp @@ -246,7 +246,7 @@ static int handle_Report(DBusMessage* call, DBusMessage* reply) } } - const char * sender = dbus_message_get_sender(call); + //const char * sender = dbus_message_get_sender(call); if (!user_conf_data.empty()) { std::string PluginName; |
