From: Braden M. <br...@us...> - 2006-10-25 22:31:13
|
Update of /cvsroot/openvrml/openvrml In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv10885 Modified Files: ChangeLog Log Message: Quelled warnings from gcc. Index: ChangeLog =================================================================== RCS file: /cvsroot/openvrml/openvrml/ChangeLog,v retrieving revision 1.1358 retrieving revision 1.1359 diff -C2 -d -r1.1358 -r1.1359 *** ChangeLog 25 Oct 2006 21:45:40 -0000 1.1358 --- ChangeLog 25 Oct 2006 22:31:11 -0000 1.1359 *************** *** 1,4 **** --- 1,16 ---- 2006-10-25 Braden McDaniel <br...@en...> + Quelled warnings from gcc. + + * mozilla-plugin/src/openvrml.cpp + (plugin_instance::set_window(NPWindow &)): Suppress unused + variable warning. + (plugin_instance::get_name(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + (plugin_instance::get_version(const NPVariant *, uint32_t, + NPVariant*)): Quelled unused variable warnings. + + 2006-10-25 Braden McDaniel <br...@en...> + * doc/openvrml-gtkplug.texi: Fixed URL reference to the patch manager. |