From e0554a531f17f56167f978eddf29a09cc6ae9f32 Mon Sep 17 00:00:00 2001 From: Jacques Vidrine Date: Sun, 16 Feb 2003 17:29:11 +0000 Subject: Eliminate 61 warnings emitted at WARNS=2 (leaving 53 to go). Only warnings that could be fixed without changing the generated object code and without restructuring the source code have been handled. Reviewed by: /sbin/md5 --- lib/libc/stdtime/difftime.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libc/stdtime/difftime.c') diff --git a/lib/libc/stdtime/difftime.c b/lib/libc/stdtime/difftime.c index 59368e49e2198..c79891cc2912d 100644 --- a/lib/libc/stdtime/difftime.c +++ b/lib/libc/stdtime/difftime.c @@ -3,12 +3,12 @@ ** June 5, 1996 by Arthur David Olson (arthur_david_olson@nih.gov). */ +#include #ifndef lint #ifndef NOID -static char elsieid[] = "@(#)difftime.c 7.7"; +static char elsieid[] __unused = "@(#)difftime.c 7.7"; #endif /* !defined NOID */ #endif /* !defined lint */ -#include __FBSDID("$FreeBSD$"); /*LINTLIBRARY*/ -- cgit v1.2.3