a216da57a6
Push -Wno-array-bounds down to the cases that depend on it. Selectively disable warnings for 3rd party software or non-trivial issues to be reviewed later to get clang -Werror to build most of the tree.
13 lines
234 B
Makefile
13 lines
234 B
Makefile
# $NetBSD: Makefile,v 1.2 2011/05/26 12:56:31 joerg Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
.PATH: ${S}/fs/nilfs
|
|
|
|
KMOD= nilfs
|
|
SRCS= nilfs_vfsops.c nilfs_vnops.c nilfs_subr.c
|
|
|
|
CWARNFLAGS.clang= -Wno-self-assign
|
|
|
|
.include <bsd.kmodule.mk>
|