Joseph Myers bde2667a22 Fix warning in posix/bug-regex31.c.
This patch fixes a "set but not used" warning in posix/bug-regex31.c.
A variable res stored an indication of whether the test behaved as
expected, but was then ignored and the test returned 0 unconditionally
(as an mtrace test, the auxiliary test for leaks could still have
failed if that bug was present).  This patch makes the test return
res.

Tested for x86_64.

	* posix/bug-regex31.c (main): Return RES not 0.
2014-11-25 21:40:51 +00:00
..
2010-03-24 12:10:51 -07:00
2012-09-28 10:15:05 -06:00
2014-11-24 15:03:45 +05:30
2013-06-06 02:15:33 +02:00
2012-05-10 15:57:27 -07:00
2014-11-07 01:27:16 +00:00