mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-01 08:27:59 +00:00
3a0a936baa
GCC suppresses the warning for ``standard'' header files, but since the headers do not come from the ``standard'' place in a ``make world'', GCC doesn't get it.
4 lines
137 B
Makefile
4 lines
137 B
Makefile
# $Id: Makefile.inc,v 1.1 1997/12/02 20:44:47 wollman Exp $
|
|
|
|
CWARNFLAGS= -Werror -Wall -Wnested-externs -Wmissing-prototypes -Wno-unused
|