Hi, I asked a question about warning messages before and I "made clean"
and deleted any object files in /usr/obj. I tried to "make world" a
third time, but I saved the error messages by doing "make buildworld 2>
/usr/tmp/buildworld-err" and guess what, I collected more than 150k of
warning messages.
So, I figure most people, if not everyone, will get these warnings when
compiling the world and the kernel. My question is, is it because of the
necessity of coding in certain way that these warning messages arise, or
is it just sloppy coding? E.g., there was a line saying "initialization
from incompatible pointers."
Any thoughts on this?