CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  07/12/13 09:18:18

Modified files:
        server/asobj   : Global.cpp 

Log message:
        comment out unused parameter name

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/asobj/Global.cpp?cvsroot=gnash&r1=1.84&r2=1.85

Patches:
Index: Global.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/asobj/Global.cpp,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -b -r1.84 -r1.85
--- Global.cpp  13 Dec 2007 09:09:25 -0000      1.84
+++ Global.cpp  13 Dec 2007 09:18:18 -0000      1.85
@@ -17,7 +17,7 @@
 // Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
 //
 
-/* $Id: Global.cpp,v 1.84 2007/12/13 09:09:25 bwy Exp $ */
+/* $Id: Global.cpp,v 1.85 2007/12/13 09:18:18 strk Exp $ */
 
 #ifdef HAVE_CONFIG_H
 #include "config.h"
@@ -410,7 +410,7 @@
 
 // updateAfterEvent function
 static as_value
-as_global_updateAfterEvent(const fn_call& fn)
+as_global_updateAfterEvent(const fn_call& /*fn*/)
 {
        static bool warned=false;
        if ( ! warned )


_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit

Reply via email to