diff options
author | Joseph Myers <joseph@codesourcery.com> | 2014-12-02 22:03:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2014-12-02 22:03:59 +0000 |
commit | b1aff6a41120c1d9cedc1ecedeafc79f161ce982 (patch) | |
tree | 355198c1ce35f90579d11a5b67f405f6694de6ac /posix/tst-regex.c | |
parent | 266865c0e7b79d4196e2cc393693463f03c90bd8 (diff) | |
download | glibc-b1aff6a41120c1d9cedc1ecedeafc79f161ce982.zip glibc-b1aff6a41120c1d9cedc1ecedeafc79f161ce982.tar.gz glibc-b1aff6a41120c1d9cedc1ecedeafc79f161ce982.tar.bz2 |
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 *.
Diffstat (limited to 'posix/tst-regex.c')
0 files changed, 0 insertions, 0 deletions