|
From: Andre R. <and...@us...> - 2004-10-29 19:58:49
|
Update of /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3124 Modified Files: iacapps.c Log Message: Fixed GCC compiler warnings. Index: iacapps.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/FrontierSDK/Toolkits/IACTools/Source/iacapps.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** iacapps.c 23 Oct 2004 21:20:58 -0000 1.2 --- iacapps.c 29 Oct 2004 19:58:39 -0000 1.3 *************** *** 241,245 **** #if TARGET_API_MAC_CARBON == 1 ! IACwaitroutineUPP = NewAEIdleUPP (IACwaitroutine); #else --- 241,245 ---- #if TARGET_API_MAC_CARBON == 1 ! IACwaitroutineUPP = NewAEIdleUPP ((AEIdleProcPtr) &IACwaitroutine); #else |