Subject: re: Adaptec SATA RAID 2410SA driver To: None <netbsd@sopwith.solgatos.com> From: matthew green <mrg@eterna.com.au> List: port-amd64 Date: 03/15/2005 17:43:25
FYI, these are the default warning flags in the kernel:
-Werror -Wall -Wno-main -Wno-format-zero-length -Wpointer-arith
-Wmissing-prototypes -Wstrict-prototypes -Wno-sign-compare
-Wmain is irrelevant for the kernel. some platforms have more.
.mrg.