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)
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

index 0c45e9a..fee6c0f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 2019-02-15  Joseph Myers  <joseph@codesourcery.com>
 
+       * sunrpc/tst-svc_register.c (rpcbind_address): Remove qualifier
+       from function return type.
+
        * setjmp/tst-setjmp.c (jump): Use __attribute__ ((__noreturn__)).
 
 2019-02-14  Jan Kratochvil <jan.kratochvil@redhat.com>
index 7590121..73f8db2 100644 (file)
@@ -54,7 +54,7 @@ server_dispatch (struct svc_req *request, SVCXPRT *transport)
 }
 
 /* The port on which rpcbind listens for incoming requests.  */
-static inline const struct sockaddr_in
+static inline struct sockaddr_in
 rpcbind_address (void)
 {
   return (struct sockaddr_in)