On Sun, May 27, 2012 at 12:48 PM, David Chisnall <[email protected]> wrote: > On 27 May 2012, at 18:31, Fred Kiefer wrote: > >> That was a very nice explanation, but in this specific case, I don't see how >> floating point pointers come into play. Did you look at the actual code in >> question? This is just an integer swapping macro that operates on the fields >> in a time zone structure. > > Ooops, I misread the code - I thought it was byte-swapping floats using a > function that expected ints. In this case, I think it's a spurious error, > and doesn't appear with clang 3.1, so presumably a fixed spurious error... > > David
It's easy enough to workaround the warning. GCC doesn't complain when you pass debug=yes to make, either. I'm in the process of fixing the errors found in the static analyzer now. I was going to ask how to run that myself, but I see you already mentioned that on another e-mail. Thanks _______________________________________________ Discuss-gnustep mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnustep
