Whamcloud - gitweb
b=19720
authorbrian <brian>
Wed, 9 Sep 2009 20:04:07 +0000 (20:04 +0000)
committerbrian <brian>
Wed, 9 Sep 2009 20:04:07 +0000 (20:04 +0000)
i=adilger

Clean up various warnings stemming from unused variables and unchecked
function return values.

snmp/lustre-snmp.c

index 1a3039a..6e94165 100644 (file)
@@ -574,7 +574,7 @@ write_sysStatus(int      action,
 {
   static long *long_ret;
   int size;
-  int pid, new_value;
+  int new_value;