gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/libbase IOChannel.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/libbase IOChannel.cpp
Date: Fri, 13 Jun 2008 18:37:37 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  08/06/13 18:37:37

Modified files:
        libbase        : IOChannel.cpp 

Log message:
        unused parameter warning

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/libbase/IOChannel.cpp?cvsroot=gnash&r1=1.5&r2=1.6

Patches:
Index: IOChannel.cpp
===================================================================
RCS file: /sources/gnash/gnash/libbase/IOChannel.cpp,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -b -r1.5 -r1.6
--- IOChannel.cpp       9 Jun 2008 19:08:25 -0000       1.5
+++ IOChannel.cpp       13 Jun 2008 18:37:37 -0000      1.6
@@ -142,7 +142,7 @@
 }
 
 int
-IOChannel::write(const void* src, int num)
+IOChannel::write(const void* /*src*/, int /*num*/)
 {
        throw IOException("This IOChannel implementation doesn't support 
output");
 }




reply via email to

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