From Bugzilla Helper: User-Agent: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020712 Description of problem: Using kernel-source-2.4.18-7.94: the compiler prints lots of warnings for kernel and modules configured for athlon: warning: cc1: -malign-functions obsolete, use -falign-functions instead so I changed the CFLAGS in arch/i386/Makefile, and that seems to get rid of that one, but I still get tons of differnet ones like: toshoboe.c:846: warning: concatenation of string literals with __FUNCTION__ is deprecated for many modules Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.make xconfig 2.load configs/kernel-2.4.18-athlon.config 3.enable NTFS module 4. make dep clean bzImage modules Expected Results: kernel should compile without so many warnings Additional info:
It seems this is no longer an issue in Phoebe.