public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix warnings on regex_internal.c
@ 2004-01-02 20:50 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2004-01-02 20:50 UTC (permalink / raw)
  To: Ulrich Drepper; +Cc: Glibc hackers

Hi!

regex-rewrite-node-set-insert.patch introduced 2 new warnings, cured by
following patch:

2004-01-02  Jakub Jelinek  <jakub@redhat.com>

	* posix/regex_internal.c (re_node_set_insert): Remove unused
	variables.

--- libc/posix/regex_internal.c.jj	2004-01-02 16:17:11.000000000 +0100
+++ libc/posix/regex_internal.c	2004-01-02 21:47:39.000000000 +0100
@@ -1162,7 +1162,7 @@ re_node_set_insert (set, elem)
      re_node_set *set;
      int elem;
 {
-  int idx, right, mid;
+  int idx;
   /* In case the set is empty.  */
   if (set->alloc == 0)
     {

	Jakub

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2004-01-02 20:50 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-01-02 20:50 [PATCH] Fix warnings on regex_internal.c Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).