Harmless warning in lvm-snap.c

From: Cesar Eduardo Barros (cesarb@nitnet.com.br)
Date: Sun Jul 09 2000 - 18:33:06 EST


This fixes a harmless warning in lvm-snap.c

--- linux-2.4.0-test3-pre7/drivers/block/lvm-snap.c Wed May 24 22:38:26 2000
+++ linux-2.4.0-test3-pre7.fixed/drivers/block/lvm-snap.c Sun Jul 9 20:28:16 2000
@@ -29,7 +29,7 @@
 #include <linux/lvm.h>
 
 
-static char *lvm_snap_version = "LVM 0.8final (15/02/2000)\n";
+static char *lvm_snap_version __attribute__ ((unused)) = "LVM 0.8final (15/02/2000)\n";
 
 extern const char *const lvm_name;
 extern int lvm_blocksizes[];

-- 
Cesar Eduardo Barros
cesarb@nitnet.com.br
cesarb@dcc.ufrj.br

- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Sat Jul 15 2000 - 21:00:10 EST