From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30384 invoked by alias); 21 Mar 2004 06:33:22 -0000 Mailing-List: contact libc-hacker-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-hacker-owner@sources.redhat.com Received: (qmail 30368 invoked from network); 21 Mar 2004 06:33:21 -0000 Received: from unknown (HELO Cantor.suse.de) (195.135.220.2) by sources.redhat.com with SMTP; 21 Mar 2004 06:33:21 -0000 Received: from hermes.suse.de (Hermes.suse.de [195.135.221.8]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by Cantor.suse.de (Postfix) with ESMTP id 5EAC7301047 for ; Sun, 21 Mar 2004 07:33:21 +0100 (CET) Received: from aj by arthur.inka.de with local (Exim 4.22) id 1B4wWN-0005rr-HN for libc-hacker@sources.redhat.com; Sun, 21 Mar 2004 07:33:19 +0100 To: Glibc hackers Subject: One warning less... From: Andreas Jaeger Date: Mon, 22 Mar 2004 09:03:00 -0000 Message-ID: User-Agent: Gnus/5.1006 (Gnus v5.10.6) XEmacs/21.4 (Rational FORTRAN, linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" X-SW-Source: 2004-03/txt/msg00113.txt.bz2 --=-=-= Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable Content-length: 929 The following patch removes this warning: tst-dlmodcount.c:88: warning: unused variable `ret' Ok to commit? Andreas 2004-03-21 Andreas Jaeger * elf/tst-dlmodcount.c (unload): Remove unused variable. =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D Index: elf/tst-dlmodcount.c --- elf/tst-dlmodcount.c 24 Jan 2004 20:09:55 -0000 1.1 +++ elf/tst-dlmodcount.c 21 Mar 2004 06:33:07 -0000 @@ -85,8 +85,6 @@ load (const char *path) static void unload (const char *path, void *handle) { - int ret; - printf ("unloading `%s'\n", path); if (dlclose (handle) < 0) exit (2); --=20 Andreas Jaeger, aj@suse.de, http://www.suse.de/~aj SuSE Linux AG, Maxfeldstr. 5, 90409 N=FCrnberg, Germany GPG fingerprint =3D 93A3 365E CE47 B889 DF7F FED1 389A 563C C272 A126 --=-=-= Content-Type: application/pgp-signature Content-length: 188 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.2 (GNU/Linux) iD8DBQBAXTcvOJpWPMJyoSYRAsQRAJ9ukuCib65MdTkx0Yo3KTT5swWYDQCffFEb 6SfVtKIB+cxLvTIYrooJlWk= =e+uO -----END PGP SIGNATURE----- --=-=-=--