diff options
Diffstat (limited to 'io/Makefile')
-rw-r--r-- | io/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/io/Makefile b/io/Makefile index ca17832220..f1efd21e87 100644 --- a/io/Makefile +++ b/io/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1992, 1993, 1994, 1995, 1996 Free Software Foundation, Inc. +# Copyright (C) 1992, 93, 94, 95, 96, 97 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -55,4 +55,5 @@ tests := test-utime include ../Rules -CFLAGS-fts.c = -Wno-write-strings +CFLAGS-fts.c = -Wno-uninitialized +CFLAGS-ftw.c = -Wno-uninitialized |