Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-26 Thread Pawel Worach
On Feb 24, 2012, at 12:09, Dimitry Andric wrote: > On 2012-02-24 10:38, Alexander Best wrote: >> is the clang version in base able to do complete universe builds for i386 and >> amd64 without the need for NO_WERROR= and WERROR= now? > > "universe" means all arches, and all kernel configs, so no.

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-26 Thread Alexander Best
On Sat Feb 25 12, Bruce Evans wrote: > On Fri, 24 Feb 2012, Alexander Best wrote: > > >On Fri Feb 24 12, Dimitry Andric wrote: > >>On 2012-02-24 10:38, Alexander Best wrote: > >>>which will turn all -Wformat-invalid-specifier and -Wformat-extra-args > >>>errors > >>>into warnings (because clang t

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Bruce Evans
On Fri, 24 Feb 2012, Alexander Best wrote: On Fri Feb 24 12, Dimitry Andric wrote: On 2012-02-24 10:38, Alexander Best wrote: which will turn all -Wformat-invalid-specifier and -Wformat-extra-args errors into warnings (because clang tot doesn't support -fformat-extensions)? It would be bette

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Alexander Best
On Fri Feb 24 12, Dimitry Andric wrote: > On 2012-02-24 10:38, Alexander Best wrote: > > is the clang version in base able to do complete universe builds for i386 > > and > > amd64 without the need for NO_WERROR= and WERROR= now? > > "universe" means all arches, and all kernel configs, so no. Th

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Dimitry Andric
On 2012-02-24 10:38, Alexander Best wrote: > is the clang version in base able to do complete universe builds for i386 and > amd64 without the need for NO_WERROR= and WERROR= now? "universe" means all arches, and all kernel configs, so no. The status for head with clang is as follows: - buildwor

Re: svn commit: r232074 - head/sys/cam/ctl

2012-02-24 Thread Alexander Best
On Thu Feb 23 12, Dimitry Andric wrote: > Author: dim > Date: Thu Feb 23 21:34:14 2012 > New Revision: 232074 > URL: http://svn.freebsd.org/changeset/base/232074 > > Log: > Use a better way to silence unneeded internal declaration warnings in > several sys/cam/ctl files. is the clang version

svn commit: r232074 - head/sys/cam/ctl

2012-02-23 Thread Dimitry Andric
Author: dim Date: Thu Feb 23 21:34:14 2012 New Revision: 232074 URL: http://svn.freebsd.org/changeset/base/232074 Log: Use a better way to silence unneeded internal declaration warnings in several sys/cam/ctl files. Suggested by: ed Reviewed by: ken MFC after:1 week Modified: