diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-03-06 10:49:18 +0100 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-03-06 11:49:46 +0100 |
| commit | 8b638f994abefde84746b3d8a08893c9ffeb7799 (patch) | |
| tree | 1bc97c94bb4a1ca856fdbf313563ba1d66ff8fd7 /src/dd.c | |
| parent | tests: fix just-introduced typo in rm/ext3-perf (diff) | |
| download | coreutils-8b638f994abefde84746b3d8a08893c9ffeb7799.tar.gz coreutils-8b638f994abefde84746b3d8a08893c9ffeb7799.zip | |
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.
Diffstat (limited to 'src/dd.c')
| -rw-r--r-- | src/dd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -76,7 +76,6 @@ static void process_signals (void); # define fdatasync(fd) (errno = ENOSYS, -1) #endif -#define max(a, b) ((a) > (b) ? (a) : (b)) #define output_char(c) \ do \ { \ |
