|
From: Andre R. <and...@us...> - 2004-10-31 20:41:32
|
Update of /cvsroot/frontierkernel/Frontier/Common/headers In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17231 Modified Files: tableverbs.h CallMachOFrameWork.h Log Message: Fixed GCC compiler warnings. Index: tableverbs.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/tableverbs.h,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** tableverbs.h 9 Oct 2004 21:11:16 -0000 1.1 --- tableverbs.h 31 Oct 2004 20:41:22 -0000 1.2 *************** *** 129,133 **** extern boolean tableverbsetupdisplay (hdlhashtable, hdlwindowinfo); ! extern boolean tableresetformatsrects (); extern boolean tablestart (void); --- 129,133 ---- extern boolean tableverbsetupdisplay (hdlhashtable, hdlwindowinfo); ! extern boolean tableresetformatsrects (void); extern boolean tablestart (void); Index: CallMachOFrameWork.h =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/headers/CallMachOFrameWork.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** CallMachOFrameWork.h 24 Oct 2004 19:29:05 -0000 1.2 --- CallMachOFrameWork.h 31 Oct 2004 20:41:23 -0000 1.3 *************** *** 29,33 **** extern boolean unixshellcall (Handle hcommand, Handle hreturn); extern OSStatus LoadFrameworkBundle(CFStringRef framework, CFBundleRef *bundlePtr); - static boolean unixshellcallinit (void); #endif --- 29,32 ---- |