Re: #warning 64BIT: Inspect use of sizeof

2012-08-15 Thread Quincey Morris
On Aug 15, 2012, at 18:49 , David Duncan wrote: > The only thing I can imagine is if you have code that expects sizeof(int) == > sizeof(long) == sizeof(void*) or something along those lines. >From the "64-Bit Transition Guide for Cocoa": > sizeof Operator and @encode Directive > > Script acti

Re: #warning 64BIT: Inspect use of sizeof

2012-08-15 Thread David Duncan
On Aug 14, 2012, at 12:12 PM, Jerry Krinock wrote: > When I run Apple's CocoaConvert64 tool on a source file, it flags wherever > I've invoked sizeof() with > > #warning 64BIT: Inspect use of sizeof > > However when I read Apple's "64-Bit Transistion Guide", sizeof() is only > mentioned as be