summaryrefslogtreecommitdiff
path: root/libpager
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-05-09 16:47:42 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-05-09 16:47:42 +0000
commit6e9d4cc1df1854311807434a86070660fbff6d01 (patch)
tree1fbd4df272c7a0299efcbb5ea74c11b288ac831b /libpager
parentcb4ae9887d19ec52c157ef1086f83599f22972dd (diff)
Get rid of link warning.
Diffstat (limited to 'libpager')
-rw-r--r--libpager/pager-create.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/libpager/pager-create.c b/libpager/pager-create.c
index f430cf87..26d1aad2 100644
--- a/libpager/pager-create.c
+++ b/libpager/pager-create.c
@@ -50,9 +50,6 @@ pager_create (struct user_pager_info *upi,
return p;
}
-#include "linkwarn.h"
-link_warning (pager_create, "lousy interface can't return errno")
-
/* This causes the function to be run at startup by compiler magic. */
static void create_class (void) __attribute__ ((constructor));