From f1d70dad5381352b3cad04b5ee0dd0efe2627683 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 7 Feb 2013 14:44:18 -0800 Subject: Remove lots of inline keywords. --- nis/nss-nisplus.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nis') diff --git a/nis/nss-nisplus.h b/nis/nss-nisplus.h index f73ff47275..f28a08f142 100644 --- a/nis/nss-nisplus.h +++ b/nis/nss-nisplus.h @@ -28,7 +28,8 @@ extern const enum nss_status __niserr2nss_tab[] attribute_hidden; extern const unsigned int __niserr2nss_count attribute_hidden; -static inline enum nss_status +static enum nss_status +__attribute__ ((unused)) niserr2nss (int errval) { if ((unsigned int) errval >= __niserr2nss_count) -- cgit v1.2.3