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/preferences.fl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/preferences.fl') diff --git a/test/preferences.fl b/test/preferences.fl index 0190f6651..be093b3a8 100644 --- a/test/preferences.fl +++ b/test/preferences.fl @@ -323,6 +323,6 @@ Function {writePrefs()} {open return_type void /* sample code only: */ unsigned int hex = 0x2387efcd; eat.set( "binFoo", (void*)&hex, sizeof( unsigned int ) ); - eat.set( "binFoo2", (void*)&writePrefs, 256 );} {selected + eat.set( "binFoo2", (void*)&bed, 256 );} {selected } } -- cgit v1.2.3