gnash-commit
[Top][All Lists]
Advanced

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

[Gnash-commit] gnash/gui gnash.cpp


From: Sandro Santilli
Subject: [Gnash-commit] gnash/gui gnash.cpp
Date: Fri, 08 Sep 2006 14:35:07 +0000

CVSROOT:        /sources/gnash
Module name:    gnash
Changes by:     Sandro Santilli <strk>  06/09/08 14:35:07

Modified files:
        gui            : gnash.cpp 

Log message:
        commented out unused parameter warning (too much noise)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/gui/gnash.cpp?cvsroot=gnash&r1=1.36&r2=1.37

Patches:
Index: gnash.cpp
===================================================================
RCS file: /sources/gnash/gnash/gui/gnash.cpp,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- gnash.cpp   8 Sep 2006 13:59:17 -0000       1.36
+++ gnash.cpp   8 Sep 2006 14:35:07 -0000       1.37
@@ -448,8 +448,9 @@
                continue;
        }
 
-        log_warning("Unused parameter %s = %s",
-               it->first.c_str(), it->second.c_str());
+       // too much noise...
+        //log_warning("Unused parameter %s = %s",
+       //      it->first.c_str(), it->second.c_str());
     }
 
 




reply via email to

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