Re: kernel make noise with clang suppression

2010-06-11 Thread Roman Divacky
On Thu, Jun 10, 2010 at 11:39:35AM -0700, Matthew Jacob wrote: > Comments? (yes, I know -fformat-extensions have just been added...) yes, clang reports A LOT MORE warnings than gcc but I believe that we should not supress those atm. I'd prefer people to take a look at those and fix them instead.

Re: kernel make noise with clang suppression

2010-06-10 Thread Anonymous
Matthew Jacob writes: > Comments? (yes, I know -fformat-extensions have just been added...) > > > > diff -r ea5e09d013e7 sys/conf/kern.mk > --- a/sys/conf/kern.mkThu Jun 10 07:40:51 2010 -0700 > +++ b/sys/conf/kern.mkThu Jun 10 11:35:50 2010 -0700 > @@ -63,9 +67,15 @@ > # reserve

Re: kernel make noise with clang suppression

2010-06-10 Thread Matthew Jacob
On 6/10/2010 12:29 PM, Anonymous wrote: Matthew Jacob writes: Comments? (yes, I know -fformat-extensions have just been added...) diff -r ea5e09d013e7 sys/conf/kern.mk --- a/sys/conf/kern.mk Thu Jun 10 07:40:51 2010 -0700 +++ b/sys/conf/kern.mk Thu Jun 10 11:35:50 2010 -0700 @@ -63,9

kernel make noise with clang suppression

2010-06-10 Thread Matthew Jacob
Comments? (yes, I know -fformat-extensions have just been added...) diff -r ea5e09d013e7 sys/conf/kern.mk --- a/sys/conf/kern.mk Thu Jun 10 07:40:51 2010 -0700 +++ b/sys/conf/kern.mk Thu Jun 10 11:35:50 2010 -0700 @@ -9,6 +9,10 @@ .if ${CC} == "icc" #CWARNFLAGS= -w2 # use this if you a