From 8a11f97062ec7f1a2fed4aefa36c7bebecf87181 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Fri, 15 Feb 2019 13:45:19 +0000 Subject: 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 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c45e9a852..fee6c0fd2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2019-02-15 Joseph Myers + * 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 -- cgit v1.2.3