CVSROOT: /sources/gnash
Module name: gnash
Changes by: Markus Gothe <nihilus> 07/05/19 21:56:05
Modified files:
server/parser : button_character_def.h
Log message:
Don't whine about no return-statement
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/server/parser/button_character_def.h?cvsroot=gnash&r1=1.12&r2=1.13
Patches:
Index: button_character_def.h
===================================================================
RCS file: /sources/gnash/gnash/server/parser/button_character_def.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -b -r1.12 -r1.13
--- button_character_def.h 11 Apr 2007 14:20:20 -0000 1.12
+++ button_character_def.h 19 May 2007 21:56:05 -0000 1.13
@@ -151,6 +151,7 @@
const rect& get_button_bound(int id) const {
UNUSED(id);
assert(0); // not implemented
+ return; //No whining
}
};
_______________________________________________
Gnash-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnash-commit