glibc/stdio-common
Joseph Myers 439e1ad6d0 Fix warning in stdio-common/tst-printf-round.c.
This patch fixes warnings of the form "tst-printf-round.c:202:17:
warning: passing argument 3 of 'test_hex_in_one_mode' discards 'const'
qualifier from pointer target type", by adding an extra const to that
argument (so that after array-to-pointer conversion it's const char
*const *).

Tested for x86_64.

	* stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
	third argument const.
2014-11-25 23:31:21 +00:00
..
2013-06-05 20:44:03 +00:00
2007-01-22 16:18:03 +00:00
2007-12-07 16:50:11 +00:00
2011-08-20 09:22:16 -04:00
2012-05-24 21:30:43 -06:00
2013-10-12 14:47:50 +02:00
2009-10-30 09:23:24 -07:00
2012-03-08 03:02:24 -05:00
2005-09-27 19:40:49 +00:00
2014-02-28 11:07:43 -08:00