Joseph Myers b1aff6a411 Fix warning in posix/tst-getopt_long1.c.
This patch fixes a "discards qualifiers" warning in
posix/tst-getopt_long1.c.  glibc is built with -Wwrite-strings,
meaning a char * cannot be initialized directly with a string
constant; the patch casts the string constants to char *.

Tested for x86_64.

	* posix/tst-getopt_long1.c (do_test): Cast elements of argv array
	to char *.
2014-12-02 22:03:59 +00:00
..
2010-03-24 12:10:51 -07:00
2009-11-14 19:11:44 -08: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