On Wed, 2009-01-14 at 09:16 -0800, Jacob Anderson wrote:[...]
warning: this decimal constant is unsigned only in ISO C90 - is not a
problem, as it is used only as a bit mask. The warning is harmless, but
I know of no portable way of avoiding it (gcc is easy, but consider
other compilers as well).
warning: assignment from incompatible pointer type - is a harmless
casting error. We'll take care of that in the next release.[...]
|