tests: avoid gcc warnings about argv vs. const initializers
authorJim Meyering <meyering@redhat.com>
Tue, 20 Mar 2012 19:35:44 +0000 (20:35 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 20 Mar 2012 19:35:44 +0000 (20:35 +0100)
commit880a2f6db9e37ef84347a47b15f88bef741c03da
tree20ebb4c519aaf5d539f0cd8db90e1df5a7155120
parenteb7136185a852d5769d64af3585115632b41517c
tests: avoid gcc warnings about argv vs. const initializers

* tests/test-posix_spawn1.c (main): Cast to "(char *)" to avoid two
warnings about discarding 'const' qualifier from pointer target type.
* tests/test-posix_spawn2.c (main): Likewise.
ChangeLog
tests/test-posix_spawn1.c
tests/test-posix_spawn2.c