Note the method in, for example, GDataFramework.h:
void GDataFrameworkVersion(long* major, long* minor, long* release);
This is ambiguous. We should use the architecture-safe versions of ints and
longs. In the case
above we can probably get by with NSInteger. But I'm sure there are many
instances of this
ambiguity that need to be resolved.
Suggestion: go through the code with the
'/Developer/Extras/64BitConversion/ConvertCocoa64'
script.
Original issue reported on code.google.com by dan94...@gmail.com on 16 Jun 2009 at 11:29
Original issue reported on code.google.com by
dan94...@gmail.com
on 16 Jun 2009 at 11:29