diff options
author | Stefan Liebler <stli@linux.ibm.com> | 2019-06-26 12:29:50 +0200 |
---|---|---|
committer | Stefan Liebler <stli@linux.ibm.com> | 2019-06-26 12:29:50 +0200 |
commit | c78b3f55d12c3599c5492b1883a48e5e3c391ccf (patch) | |
tree | 422f3446f0af701008452caca1bd9ae8a33bbba2 /nptl/pthread_setresgid.c | |
parent | 9e6a7d9c179650478c8c34b8cf81a7699dc2ffe3 (diff) | |
download | glibc-c78b3f55d12c3599c5492b1883a48e5e3c391ccf.zip glibc-c78b3f55d12c3599c5492b1883a48e5e3c391ccf.tar.gz glibc-c78b3f55d12c3599c5492b1883a48e5e3c391ccf.tar.bz2 |
Fix build warnings in nptl/tst-eintr1.c
This patch fixes the gcc warnings seen with gcc 9.1 -O3 on s390x:
tst-eintr1.c: In function ‘tf1’:
tst-eintr1.c:46:1: error: no return statement in function returning non-void [-Werror=return-type]
46 | }
| ^
tst-eintr1.c: In function ‘do_test’:
tst-eintr1.c:57:17: error: unused variable ‘th’ [-Werror=unused-variable]
57 | pthread_t th = xpthread_create (NULL, tf1, NULL);
| ^~
ChangeLog:
* nptl/tst-eintr1.c (tf1): Add return statement.
(do_test): Remove unused th variable.
Diffstat (limited to 'nptl/pthread_setresgid.c')
0 files changed, 0 insertions, 0 deletions