gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [SCM] Gnash branch, master, updated. 0c79e2efe0351e57371e


From: Benjamin Wolsey
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. 0c79e2efe0351e57371eab443408b5e357967015
Date: Fri, 29 Oct 2010 13:21:12 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnash".

The branch, master has been updated
       via  0c79e2efe0351e57371eab443408b5e357967015 (commit)
      from  8dccca727e76caefd516adfa04e2f0c98c76fdbd (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://git.savannah.gnu.org/cgit//commit/?id=0c79e2efe0351e57371eab443408b5e357967015


commit 0c79e2efe0351e57371eab443408b5e357967015
Author: Benjamin Wolsey <address@hidden>
Date:   Fri Oct 29 15:19:53 2010 +0200

    Fix warning.

diff --git a/libcore/asobj/NetConnection_as.cpp 
b/libcore/asobj/NetConnection_as.cpp
index 3e1c118..41266c4 100644
--- a/libcore/asobj/NetConnection_as.cpp
+++ b/libcore/asobj/NetConnection_as.cpp
@@ -100,7 +100,7 @@ public:
     /// Get an stream by name
     //
     /// @param name     Stream identifier
-    virtual std::auto_ptr<IOChannel> getStream(const std::string& name) {
+    virtual std::auto_ptr<IOChannel> getStream(const std::string& /*name*/) {
         log_unimpl("%s doesn't support fetching streams", typeName(*this));
         return std::auto_ptr<IOChannel>(0);
     }

-----------------------------------------------------------------------

Summary of changes:
 libcore/asobj/NetConnection_as.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
Gnash



reply via email to

[Prev in Thread] Current Thread [Next in Thread]