[ekiga/ds-gtk-application] H323: Fixed compilation warning.
- From: Damien Sandras <dsandras src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga/ds-gtk-application] H323: Fixed compilation warning.
- Date: Sat, 29 Mar 2014 16:59:47 +0000 (UTC)
commit 8ab1344d286a92671123a6159dbed45d8210599a
Author: Damien Sandras <dsandras beip be>
Date: Sat Mar 29 17:20:30 2014 +0100
H323: Fixed compilation warning.
lib/engine/components/opal/h323-endpoint.cpp | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/lib/engine/components/opal/h323-endpoint.cpp b/lib/engine/components/opal/h323-endpoint.cpp
index fa7fa9e..133d838 100644
--- a/lib/engine/components/opal/h323-endpoint.cpp
+++ b/lib/engine/components/opal/h323-endpoint.cpp
@@ -154,8 +154,8 @@ Opal::H323::EndPoint::transfer (const std::string & uri,
bool
-Opal::H323::EndPoint::message (const Ekiga::ContactPtr & contact,
- const std::string & uri)
+Opal::H323::EndPoint::message (G_GNUC_UNUSED const Ekiga::ContactPtr & contact,
+ G_GNUC_UNUSED const std::string & uri)
{
return false; /* Not reimplemented yet */
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]