[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FYI, I got a build failure with -Werror, ...
From: |
Jim Meyering |
Subject: |
FYI, I got a build failure with -Werror, ... |
Date: |
Mon, 17 Dec 2007 16:40:51 +0100 |
so checked this in:
* libparted/tests/disk.c (START_TEST): Remove decl of unused local.
---
libparted/tests/disk.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/libparted/tests/disk.c b/libparted/tests/disk.c
index 295ec05..020bdc0 100644
--- a/libparted/tests/disk.c
+++ b/libparted/tests/disk.c
@@ -30,7 +30,6 @@ START_TEST (test_duplicate)
if (dev == NULL)
return;
- PedDiskType* type;
PedDisk* disk;
PedDisk* disk_dup;
PedPartition *part;
--
1.5.4.rc0.53.gdfcd
- FYI, I got a build failure with -Werror, ...,
Jim Meyering <=