[prev in list] [next in list] [prev in thread] [next in thread] 

List:       gnash-commit
Subject:    [Gnash-commit] [SCM] Gnash branch, master,
From:       Rob Savoye <rob () welcomehome ! org>
Date:       2011-08-22 16:07:07
Message-ID: E1QvX1n-0002Jh-BT () vcs ! savannah ! gnu ! org
[Download RAW message or body]

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 <rob@welcomehome.org>
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

_______________________________________________
Gnash-commit mailing list
Gnash-commit@gnu.org
https://lists.gnu.org/mailman/listinfo/gnash-commit
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic