From 8b638f994abefde84746b3d8a08893c9ffeb7799 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 6 Mar 2009 10:49:18 +0100 Subject: maint: avoid new unused-macro warnings from gcc * src/ls.c (ASSERT_MATCHING_DEV_INO): Comment-out unused definition, to match commented-out use. * src/install.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): (READ_SIZE): Remove definitions of unused macros. * src/mv.c (INITIAL_HASH_MODULE, INITIAL_ENTRY_TAB_SIZE): Likewise. * src/dd.c (max): Likewise. * src/expand.c (OUTPUT_BLOCK): Likewise. * src/csplit.c (ALLOC_SIZE): Likewise. * src/pr.c (NULLCOL): Likewise. * src/ptx.c (Sword): Likewise. * src/unexpand.c (OUTPUT_BLOCK): Likewise. * src/factor.c (NDEBUG): Likewise. --- src/pr.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/pr.c') diff --git a/src/pr.c b/src/pr.c index 308a02570..0c02430e3 100644 --- a/src/pr.c +++ b/src/pr.c @@ -413,8 +413,6 @@ struct COLUMN typedef struct COLUMN COLUMN; -#define NULLCOL (COLUMN *)0 - static int char_to_clump (char c); static bool read_line (COLUMN *p); static bool print_page (void); -- cgit v1.2.3-54-g00ecf