Re: JFFS2: many compile warnings with gcc 2.95 + kernel 2.5
David Woodhouse <[email protected]>
| Newsgroups | gmane.linux.kernel,gmane.linux.file-systems.jffs |
|---|---|
| Message-ID | <[email protected]> |
On Tue, 2003-07-08 at 02:00, Andrew Morton wrote: > Switching to %Z will fix that up. Please don't. If you really can't ignore the cosmetic warnings, then either use a C99-compliant compiler or remove the printf attribute from printk's declaration in linux/kernel.h. -- dwmw2