Hi. I always wonder, if an errorless warningless kernel build process is possible? Too many warning messages appearing during system builds. They always scare me, even though the system is working fine. Are they really not important? Don't they affect the general stability or even maybe the security?
Few examples during make build: /usr/xenocara/xserver/glx/indirect_size_get.h:80: warning: `fastcall' attribute directive ignored /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:388: warning: function declaration isn't a prototype /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:399: warning: no previous prototype for `XF86DRIDestroyContext' /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:421: warning: no previous prototype for `XF86DRICreateDrawable' /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:455: warning: no previous prototype for `XF86DRIDestroyDrawable' /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:499: warning: no previous prototype for `XF86DRIGetDrawableInfo' /usr/xenocara/xserver/hw/kdrive/ephyr/XF86dri.c:582: warning: no previous prototype for `XF86DRIGetDeviceInfo' Similar errors for building the src, too..

