From 30e89f192a05c27009eb0df86d1ba44d6850b8e6 Mon Sep 17 00:00:00 2001 From: guy Date: Sat, 15 Nov 2003 23:23:57 +0000 Subject: Add _U_ to "rcsid[]" definitions, to eliminate "unused variable" warnings from newer versions of GCC. --- bpf_image.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bpf_image.c') diff --git a/bpf_image.c b/bpf_image.c index d38d978c..06c0b6ea 100644 --- a/bpf_image.c +++ b/bpf_image.c @@ -20,8 +20,8 @@ */ #ifndef lint -static const char rcsid[] = - "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.25 2002-03-24 23:21:51 guy Exp $ (LBL)"; +static const char rcsid[] _U_ = + "@(#) $Header: /tcpdump/master/libpcap/bpf_image.c,v 1.26 2003-11-15 23:23:57 guy Exp $ (LBL)"; #endif #ifdef HAVE_CONFIG_H -- cgit v1.2.3