Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Conrad Meyer
Hm, the GCC 5.3 manual page mentions at least -Wshift-count-negative, -Wshift-count-overflow, and -Wcast-qual. Best, Conrad On Sun, Sep 4, 2016 at 1:36 PM, Dimitry Andric wrote: > Not in this particular case, as the section is exclusively meant for > clang. Most of these warning options are com

Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Dimitry Andric
Not in this particular case, as the section is exclusively meant for clang. Most of these warning options are completely different from gcc's. The gcc related section is just below this part in kern.mk. -Dimitry > On 04 Sep 2016, at 22:03, Conrad Meyer wrote: > > Assuming we'd like to enable

Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Conrad Meyer
Assuming we'd like to enable building with both compilers for now, isn't it better to use a form both accept? Best, Conrad On Sun, Sep 4, 2016 at 12:31 PM, Dimitry Andric wrote: > On 04 Sep 2016, at 20:57, Conrad Meyer wrote: >> >> On Sun, Sep 4, 2016 at 10:55 AM, Dimitry Andric wrote: >>> Aut

Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Joerg Sonnenberger
On Sun, Sep 04, 2016 at 09:31:19PM +0200, Dimitry Andric wrote: > On 04 Sep 2016, at 20:57, Conrad Meyer wrote: > > > > On Sun, Sep 4, 2016 at 10:55 AM, Dimitry Andric wrote: > >> Author: dim > >> Date: Sun Sep 4 17:55:22 2016 > >> New Revision: 305392 > >> URL: https://svnweb.freebsd.org/chang

Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Dimitry Andric
On 04 Sep 2016, at 20:57, Conrad Meyer wrote: > > On Sun, Sep 4, 2016 at 10:55 AM, Dimitry Andric wrote: >> Author: dim >> Date: Sun Sep 4 17:55:22 2016 >> New Revision: 305392 >> URL: https://svnweb.freebsd.org/changeset/base/305392 >> >> Log: >> For kernel builds, instead of suppressing cer

Re: svn commit: r305392 - head/sys/conf

2016-09-04 Thread Conrad Meyer
On Sun, Sep 4, 2016 at 10:55 AM, Dimitry Andric wrote: > Author: dim > Date: Sun Sep 4 17:55:22 2016 > New Revision: 305392 > URL: https://svnweb.freebsd.org/changeset/base/305392 > > Log: > For kernel builds, instead of suppressing certain clang warnings, make > them non-fatal, so there is s

svn commit: r305392 - head/sys/conf

2016-09-04 Thread Dimitry Andric
Author: dim Date: Sun Sep 4 17:55:22 2016 New Revision: 305392 URL: https://svnweb.freebsd.org/changeset/base/305392 Log: For kernel builds, instead of suppressing certain clang warnings, make them non-fatal, so there is some incentive to fix them eventually. Modified: head/sys/conf/kern.m