gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash ChangeLog server/ASSound.cpp server/Key.c...


From: Sandro Santilli
Subject: [Gnash-commit] gnash ChangeLog server/ASSound.cpp server/Key.c...
Date: Sat, 24 Jun 2006 16:04:06 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/06/24 16:04:06

Modified files:
        .              : ChangeLog 
        server         : ASSound.cpp Key.cpp LoadVars.cpp 
                         LocalConnection.cpp Microphone.cpp Mouse.cpp 
                         NetStream.cpp Selection.cpp SharedObject.cpp 
                         Stage.cpp System.cpp TextSnapshot.cpp Video.cpp 

Log message:
        removed unused parameter warnings.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.428&r2=1.429
http://cvs.savannah.gnu.org/viewcvs/gnash/server/ASSound.cpp?cvsroot=gnash&r1=1.6&r2=1.7
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Key.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/LoadVars.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/LocalConnection.cpp?cvsroot=gnash&r1=1.7&r2=1.8
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Microphone.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Mouse.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/NetStream.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Selection.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/SharedObject.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Stage.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/System.cpp?cvsroot=gnash&r1=1.9&r2=1.10
http://cvs.savannah.gnu.org/viewcvs/gnash/server/TextSnapshot.cpp?cvsroot=gnash&r1=1.5&r2=1.6
http://cvs.savannah.gnu.org/viewcvs/gnash/server/Video.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: ChangeLog
===================================================================
RCS file: /sources/gnash/gnash/ChangeLog,v
retrieving revision 1.428
retrieving revision 1.429
diff -u -b -r1.428 -r1.429
--- ChangeLog   24 Jun 2006 15:43:40 -0000      1.428
+++ ChangeLog   24 Jun 2006 16:04:06 -0000      1.429
@@ -2,8 +2,12 @@
 
        * server/Boolean.cpp, server/Camera.cpp, server/Color.cpp,
        server/ContextMenu.cpp, server/CustomActions.cpp
-       server/Date.cpp, server/Error.cpp: removed unused parameter
-       warnings.
+       server/Date.cpp, server/Error.cpp, server/ASSound.cpp,
+       server/Key.cpp, server/LoadVars.cpp, server/LocalConnection.cpp,
+       server/Microphone.cpp, server/Mouse.cpp, server/NetStream.cpp,
+       server/Selection.cpp, server/SharedObject.cpp, server/Stage.cpp,
+       server/System.cpp, server/TextSnapshot.cpp, server/Video.cpp:
+       removed unused parameter warnings.
 
 2006-06-22 Sandro Santilli <address@hidden>
 

Index: server/ASSound.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/ASSound.cpp,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- server/ASSound.cpp  7 Jun 2006 03:03:21 -0000       1.6
+++ server/ASSound.cpp  24 Jun 2006 16:04:06 -0000      1.7
@@ -217,25 +217,25 @@
 }
 
 void
-sound_getbytesloaded(const fn_call& fn)
+sound_getbytesloaded(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
 void
-sound_getbytestotal(const fn_call& fn)
+sound_getbytestotal(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
 void
-sound_getpan(const fn_call& fn)
+sound_getpan(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
 void
-sound_gettransform(const fn_call& fn)
+sound_gettransform(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
@@ -255,19 +255,19 @@
 }
 
 void
-sound_loadsound(const fn_call& fn)
+sound_loadsound(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
 void
-sound_setpan(const fn_call& fn)
+sound_setpan(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
 void
-sound_settransform(const fn_call& fn)
+sound_settransform(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }

Index: server/Key.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Key.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Key.cpp      19 Jun 2006 14:39:48 -0000      1.5
+++ server/Key.cpp      24 Jun 2006 16:04:06 -0000      1.6
@@ -103,22 +103,22 @@
 
     fn.result->set_as_object(key_obj);
 }
-void key_addlistener(const fn_call& fn) {
+void key_addlistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void key_getascii(const fn_call& fn) {
+void key_getascii(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void key_getcode(const fn_call& fn) {
+void key_getcode(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void key_isdown(const fn_call& fn) {
+void key_isdown(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void key_istoggled(const fn_call& fn) {
+void key_istoggled(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void key_removelistener(const fn_call& fn) {
+void key_removelistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/LoadVars.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/LoadVars.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/LoadVars.cpp 20 May 2006 23:49:33 -0000      1.5
+++ server/LoadVars.cpp 24 Jun 2006 16:04:06 -0000      1.6
@@ -116,28 +116,28 @@
 
     fn.result->set_as_object(loadvars_obj);
 }
-void loadvars_addrequestheader(const fn_call& fn) {
+void loadvars_addrequestheader(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_decode(const fn_call& fn) {
+void loadvars_decode(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_getbytesloaded(const fn_call& fn) {
+void loadvars_getbytesloaded(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_getbytestotal(const fn_call& fn) {
+void loadvars_getbytestotal(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_load(const fn_call& fn) {
+void loadvars_load(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_send(const fn_call& fn) {
+void loadvars_send(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_sendandload(const fn_call& fn) {
+void loadvars_sendandload(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void loadvars_tostring(const fn_call& fn) {
+void loadvars_tostring(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/LocalConnection.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/LocalConnection.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -b -r1.7 -r1.8
--- server/LocalConnection.cpp  20 May 2006 23:49:33 -0000      1.7
+++ server/LocalConnection.cpp  24 Jun 2006 16:04:06 -0000      1.8
@@ -224,7 +224,7 @@
 }
 
 // \brief The callback for LocalConnection::send()
-void localconnection_send(const fn_call& fn)
+void localconnection_send(const fn_call& /*fn*/)
 {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }

Index: server/Microphone.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Microphone.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Microphone.cpp       20 May 2006 23:49:33 -0000      1.5
+++ server/Microphone.cpp       24 Jun 2006 16:04:06 -0000      1.6
@@ -95,19 +95,19 @@
 
     fn.result->set_as_object(microphone_obj);
 }
-void microphone_get(const fn_call& fn) {
+void microphone_get(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void microphone_setgain(const fn_call& fn) {
+void microphone_setgain(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void microphone_setrate(const fn_call& fn) {
+void microphone_setrate(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void microphone_setsilencelevel(const fn_call& fn) {
+void microphone_setsilencelevel(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void microphone_setuseechosuppression(const fn_call& fn) {
+void microphone_setuseechosuppression(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/Mouse.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Mouse.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Mouse.cpp    20 May 2006 23:49:33 -0000      1.5
+++ server/Mouse.cpp    24 Jun 2006 16:04:06 -0000      1.6
@@ -77,7 +77,7 @@
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 void
-mouse_new(const fn_call& fn)
+mouse_new(const fn_call& /*fn*/)
 {
     mouse_as_object *mouse_obj = new mouse_as_object;
 
@@ -88,16 +88,16 @@
 
     fn.result->set_as_object(mouse_obj);
 }
-void mouse_addlistener(const fn_call& fn) {
+void mouse_addlistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void mouse_hide(const fn_call& fn) {
+void mouse_hide(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void mouse_removelistener(const fn_call& fn) {
+void mouse_removelistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void mouse_show(const fn_call& fn) {
+void mouse_show(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/NetStream.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/NetStream.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/NetStream.cpp        20 May 2006 23:49:33 -0000      1.5
+++ server/NetStream.cpp        24 Jun 2006 16:04:06 -0000      1.6
@@ -95,19 +95,19 @@
 
     fn.result->set_as_object(netstream_obj);
 }
-void netstream_close(const fn_call& fn) {
+void netstream_close(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void netstream_pause(const fn_call& fn) {
+void netstream_pause(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void netstream_play(const fn_call& fn) {
+void netstream_play(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void netstream_seek(const fn_call& fn) {
+void netstream_seek(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void netstream_setbuffertime(const fn_call& fn) {
+void netstream_setbuffertime(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/Selection.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Selection.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Selection.cpp        20 May 2006 23:49:33 -0000      1.5
+++ server/Selection.cpp        24 Jun 2006 16:04:06 -0000      1.6
@@ -110,25 +110,25 @@
 
     fn.result->set_as_object(selection_obj);
 }
-void selection_addlistener(const fn_call& fn) {
+void selection_addlistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_getbeginindex(const fn_call& fn) {
+void selection_getbeginindex(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_getcaretindex(const fn_call& fn) {
+void selection_getcaretindex(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_getendindex(const fn_call& fn) {
+void selection_getendindex(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_getfocus(const fn_call& fn) {
+void selection_getfocus(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_removelistener(const fn_call& fn) {
+void selection_removelistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void selection_setfocus(const fn_call& fn) {
+void selection_setfocus(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/SharedObject.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/SharedObject.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/SharedObject.cpp     20 May 2006 23:49:33 -0000      1.5
+++ server/SharedObject.cpp     24 Jun 2006 16:04:06 -0000      1.6
@@ -88,16 +88,16 @@
 
     fn.result->set_as_object(sharedobject_obj);
 }
-void sharedobject_clear(const fn_call& fn) {
+void sharedobject_clear(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void sharedobject_flush(const fn_call& fn) {
+void sharedobject_flush(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void sharedobject_getlocal(const fn_call& fn) {
+void sharedobject_getlocal(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void sharedobject_getsize(const fn_call& fn) {
+void sharedobject_getsize(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/Stage.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Stage.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Stage.cpp    20 May 2006 23:49:33 -0000      1.5
+++ server/Stage.cpp    24 Jun 2006 16:04:06 -0000      1.6
@@ -74,10 +74,10 @@
 
     fn.result->set_as_object(stage_obj);
 }
-void stage_addlistener(const fn_call& fn) {
+void stage_addlistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void stage_removelistener(const fn_call& fn) {
+void stage_removelistener(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/System.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/System.cpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -b -r1.9 -r1.10
--- server/System.cpp   12 Jun 2006 17:25:20 -0000      1.9
+++ server/System.cpp   24 Jun 2006 16:04:06 -0000      1.10
@@ -147,23 +147,23 @@
     fn.result->set_as_object(system_obj);
 }
 
-void system_security_allowdomain(const fn_call& fn) {
+void system_security_allowdomain(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
-void system_security_allowinsecuredomain(const fn_call& fn) {
+void system_security_allowinsecuredomain(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
-void system_security_loadpolicyfile(const fn_call& fn) {
+void system_security_loadpolicyfile(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
-void system_setclipboard(const fn_call& fn) {
+void system_setclipboard(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 
-void system_showsettings(const fn_call& fn) {
+void system_showsettings(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/TextSnapshot.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/TextSnapshot.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/TextSnapshot.cpp     20 May 2006 23:49:33 -0000      1.5
+++ server/TextSnapshot.cpp     24 Jun 2006 16:04:06 -0000      1.6
@@ -116,28 +116,28 @@
 
     fn.result->set_as_object(textsnapshot_obj);
 }
-void textsnapshot_findtext(const fn_call& fn) {
+void textsnapshot_findtext(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_getcount(const fn_call& fn) {
+void textsnapshot_getcount(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_getselected(const fn_call& fn) {
+void textsnapshot_getselected(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_getselectedtext(const fn_call& fn) {
+void textsnapshot_getselectedtext(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_gettext(const fn_call& fn) {
+void textsnapshot_gettext(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_hittesttextnearpos(const fn_call& fn) {
+void textsnapshot_hittesttextnearpos(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_setselectcolor(const fn_call& fn) {
+void textsnapshot_setselectcolor(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void textsnapshot_setselected(const fn_call& fn) {
+void textsnapshot_setselected(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 

Index: server/Video.cpp
===================================================================
RCS file: /sources/gnash/gnash/server/Video.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- server/Video.cpp    20 May 2006 23:49:33 -0000      1.5
+++ server/Video.cpp    24 Jun 2006 16:04:06 -0000      1.6
@@ -74,10 +74,10 @@
 
     fn.result->set_as_object(video_obj);
 }
-void video_attach(const fn_call& fn) {
+void video_attach(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
-void video_clear(const fn_call& fn) {
+void video_clear(const fn_call& /*fn*/) {
     log_msg("%s:unimplemented \n", __FUNCTION__);
 }
 




reply via email to

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