gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog libbase/smart_ptr.h


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog libbase/smart_ptr.h
Date: Fri, 04 Aug 2006 14:42:49 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/08/04 14:42:49

Modified files:
        .              : ChangeLog 
        libbase        : smart_ptr.h 

Log message:
        * libbase/smart_ptr.h: removed unused parameter warning.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.582&r2=1.583
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/smart_ptr.h?cvsroot=gnash&r1=1.3&r2=1.4

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.582
retrieving revision 1.583
diff -u -b -r1.582 -r1.583
--- ChangeLog   4 Aug 2006 13:24:47 -0000       1.582
+++ ChangeLog   4 Aug 2006 14:42:49 -0000       1.583
@@ -1,5 +1,6 @@
 2006-08-04 Sandro Santilli <address@hidden>
 
+       * libbase/smart_ptr.h: removed unused parameter warning.
        * testsuite/misc-ming.all/spritehier.c: updated to test
          framesloaded/currentframe.
        * server/sprite_instance.cpp: fixed _framesloaded

Index: libbase/smart_ptr.h
===================================================================
RCS file: /sources/gnash/gnash/libbase/smart_ptr.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- libbase/smart_ptr.h 24 Apr 2006 23:46:44 -0000      1.3
+++ libbase/smart_ptr.h 4 Aug 2006 14:42:49 -0000       1.4
@@ -129,8 +129,8 @@
 
 private:
        // Don't use these.
-       weak_proxy(const weak_proxy& w) { assert(0); }
-       void    operator=(const weak_proxy& w) { assert(0); }
+       weak_proxy(const weak_proxy& /*w*/) { assert(0); }
+       void    operator=(const weak_proxy& /*w*/) { assert(0); }
 
        int     m_ref_count;
        bool    m_alive;




reply via email to

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