Are clang unsigned comparison warnings in kern/kern_* ok?

2012-09-05 Thread Eir Nym
I've got following warnings [no errors had been generated while -Werror is in command line] and want to know if they are ok. There are much more same warnings in modules, but I worry about kernel : Kernel config: http://eroese.org/_/_/pub/bsd/240070/GENERIC_PF.amd64 src.conf:

Re: Are clang unsigned comparison warnings in kern/kern_* ok?

2012-09-05 Thread Dimitry Andric
On 2012-09-05 19:59, Eir Nym wrote: I've got following warnings [no errors had been generated while -Werror is in command line] and want to know if they are ok. Most of these warnings are harmless, and just point out that the compiler will optimize unused code away, such as tests that always

Re: Are clang unsigned comparison warnings in kern/kern_* ok?

2012-09-05 Thread Alexander Best
On Wed Sep 5 12, Eir Nym wrote: I've got following warnings [no errors had been generated while -Werror is in command line] and want to know if they are ok. There are much more same warnings in modules, but I worry about kernel : Kernel config: