From b4c15eb8ae300eeb374f461a7788ec6dec7938f0 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Tue, 11 Jan 2011 20:52:38 +0000 Subject: Fixed a few GNU compiler warnings (-pedantic): C++ comments in C files, extraneous ';' and ',' and an invalid cast. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@8263 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/device.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/device.cxx') diff --git a/test/device.cxx b/test/device.cxx index bd613a238..050b159cd 100644 --- a/test/device.cxx +++ b/test/device.cxx @@ -608,7 +608,7 @@ void print(Fl_Widget *, void *w) { p->end_job(); } delete p; -}; +} /*void print2(Fl_Widget *, void *w) { Fl_Widget * g = (Fl_Widget *)w; @@ -731,4 +731,4 @@ b_bitmap.labelcolor(FL_GREEN); Fl::run(); return 0; -}; +} -- cgit v1.2.3