]> Savannah Git Hosting - gnulib.git/commit
tests: pacify Sun C 5.9
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Nov 2020 23:13:40 +0000 (15:13 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 4 Nov 2020 23:14:04 +0000 (15:14 -0800)
commitbd90572c031a25e559907ae0c2b9fd3aa632893b
tree447f1705b718013fc0362de4e97f2aeb175ebd6d
parent5fd2ae0fa3ecc9186d228aca81cbbc768be85685
tests: pacify Sun C 5.9

Without these changes, Sun C 5.9 (2009/11/22) issues complaints like
“"test-nl_langinfo-mt.c", line 75: warning: statement not reached”.
* tests/test-nl_langinfo-mt.c (thread1_func, thread2_func)
(thread3_func, thread4_func, thread5_func, thread6_func, threadN_func):
* tests/test-setlocale_null-mt-all.c (thread1_func, thread2_func):
* tests/test-setlocale_null-mt-one.c (thread1_func, thread2_func):
Remove unreachable ‘return NULL;’s.
ChangeLog
tests/test-nl_langinfo-mt.c
tests/test-setlocale_null-mt-all.c
tests/test-setlocale_null-mt-one.c