vfwprintf.c and vfwscanf.c now compile with -Wuninitialized

This commit is contained in:
lukem 2005-06-12 05:49:12 +00:00
parent ef7b3cd60b
commit 0f879c5d2a
1 changed files with 1 additions and 4 deletions

View File

@ -1,5 +1,5 @@
# from: @(#)Makefile.inc 5.7 (Berkeley) 6/27/91
# $NetBSD: Makefile.inc,v 1.30 2005/06/01 11:06:01 lukem Exp $
# $NetBSD: Makefile.inc,v 1.31 2005/06/12 05:49:12 lukem Exp $
# stdio sources
.PATH: ${.CURDIR}/stdio
@ -8,9 +8,6 @@ CPPFLAGS+=-DFLOATING_POINT
COPTS.vfprintf.c+= -Wno-uninitialized # see rev 1.46 for why
COPTS.vfwprintf.c+= -Wno-uninitialized # XXX: various to be fixed
COPTS.vfwscanf.c+= -Wno-uninitialized # XXX: various to be fixed
SRCS+= asprintf.c clrerr.c fclose.c fdopen.c feof.c ferror.c fflush.c \
fgetc.c fgetln.c fgetpos.c fgets.c fgetstr.c fgetwc.c fgetwln.c \
fgetws.c fileno.c findfp.c flags.c flockfile.c fopen.c fparseln.c \