dim 97a585876e When building with clang, disable -Wunneeded-internal-declaration for
several sys/cam/ctl files, since these get the following warnings:

In file included from sys/cam/ctl/ctl_backend.c:60:
sys/cam/ctl/ctl_private.h:300:30: error: variable 'page_index_template' is not needed and will not be emitted [-Werror,-Wunneeded-internal-declaration]
static struct ctl_page_index page_index_template[] = {
                             ^

These warnings are tricky to fix without a lot of overhaul, and they are
harmless, so disable them for now.

MFC after:	1 week
2012-02-21 20:55:43 +00:00
..
2011-10-26 19:07:36 +00:00
2011-10-18 07:29:21 +00:00
2012-02-04 20:09:06 +00:00
2012-01-21 11:42:40 +00:00
2011-10-18 07:29:21 +00:00
2012-02-12 19:29:34 +00:00