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());
}
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit