diff options
Diffstat (limited to 'time/Makefile')
-rw-r--r-- | time/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/time/Makefile b/time/Makefile index 7620d622a1..80aff61e99 100644 --- a/time/Makefile +++ b/time/Makefile @@ -40,3 +40,6 @@ tz-cflags = -DTZDIR='"$(zonedir)"' \ CFLAGS-tzfile.c = $(tz-cflags) CFLAGS-tzset.c = $(tz-cflags) + +# Don't warn about Y2k problem in strftime format string. +CFLAGS-test_time.c = -Wno-format |