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. release_0_8_9_final-


From: Rob Savoye
Subject: [Gnash-commit] [SCM] Gnash branch, master, updated. release_0_8_9_final-640-g71d22cb
Date: Mon, 22 Aug 2011 16:07:07 +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  71d22cb298a47aed816738532daf513c19e65a46 (commit)
      from  25197c22ebd00b85c1089fc97bd1a0348e320ff0 (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=71d22cb298a47aed816738532daf513c19e65a46


commit 71d22cb298a47aed816738532daf513c19e65a46
Author: Rob Savoye <address@hidden>
Date:   Mon Aug 22 10:06:53 2011 -0600

    eliminate warning about unused variable

diff --git a/plugin/npapi/mozilla-sdk/npp_gate.cpp 
b/plugin/npapi/mozilla-sdk/npp_gate.cpp
index 6b8539a..21b03ef 100644
--- a/plugin/npapi/mozilla-sdk/npp_gate.cpp
+++ b/plugin/npapi/mozilla-sdk/npp_gate.cpp
@@ -56,7 +56,7 @@ NPError NPP_New(NPMIMEType pluginType, NPP instance, uint16_t 
mode, int16_t argc
 }
 
 // here is the place to clean up and destroy the nsPluginInstance object
-NPError NPP_Destroy (NPP instance, NPSavedData** save)
+NPError NPP_Destroy (NPP instance, NPSavedData** /* save */)
 {
     if (!instance) {
     return NPERR_INVALID_INSTANCE_ERROR;

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

Summary of changes:
 plugin/npapi/mozilla-sdk/npp_gate.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]