]> granicus.if.org Git - strace/commit
tests: fix clang "duplicate 'const' declaration specifier" warnings
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 05:02:08 +0000 (05:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 12 Jan 2016 05:06:10 +0000 (05:06 +0000)
commit55f3c8901d6807e92edbf1129aeb6df6c99b11c3
tree238260946431a83cb2933ecf2273c0f597612538
parentb6edea5ce7282f624060e89de2647b28143d8b6b
tests: fix clang "duplicate 'const' declaration specifier" warnings

* tests/ksysent.c (pstr_t): Remove second const specifier.
* tests/mmsg.c (main): Remove second const specifier from one[], two[],
and three[].
tests/ksysent.c
tests/mmsg.c