devices/e100-2.6.37-ethercat.c
branchstable-1.5
changeset 2232 6c5ca9444533
parent 2223 e08444abe130
child 2421 bc2d4bf9cbe5
child 2589 2b9c78543663
--- a/devices/e100-2.6.37-ethercat.c	Mon Jan 09 17:41:26 2012 +0100
+++ b/devices/e100-2.6.37-ethercat.c	Mon Jan 09 17:41:52 2012 +0100
@@ -2713,7 +2713,7 @@
 {
 	struct ethtool_cmd cmd;
 	struct nic *nic = netdev_priv(netdev);
-	int i, err;
+	int i, err __attribute__ ((unused));
 
 	memset(data, 0, E100_TEST_LEN * sizeof(u64));
 	data[0] = !mii_link_ok(&nic->mii);