]> sourceware.org Git - glibc.git/commit
Remove qualifier from function return type in tst-svc_register.c.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 15 Feb 2019 13:45:19 +0000 (13:45 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 15 Feb 2019 13:45:19 +0000 (13:45 +0000)
commit8a11f97062ec7f1a2fed4aefa36c7bebecf87181
treeac8aa184c80bb4db6e55ef4c44151bb45506572d
parent365f05c7a5f16aaaec06465ab6c89247c66b4574
Remove qualifier from function return type in tst-svc_register.c.

Building the testsuite with -Wextra produces a warning in
sunrpc/tst-svc_register.c for a useless qualifier on a function return
type.  This patch removes that qualifier.

Tested for x86_64.

* sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
from function return type.
ChangeLog
sunrpc/tst-svc_register.c
This page took 0.043452 seconds and 5 git commands to generate.