SNMP Agent http://mbed.org/users/okini3939/notebook/agentbed-library/

Dependents:   WeatherPlatform_20110408 WeatherPlatform WeatherStation

Revision:
2:9e4369522e03
Parent:
0:bb21da73024a
--- a/Agentbed.cpp	Wed Jan 12 11:17:18 2011 +0000
+++ b/Agentbed.cpp	Fri Jan 28 09:17:03 2011 +0000
@@ -87,20 +87,20 @@
 {
     char *community;
     // sequence length
-    byte seqLen;
+    byte __attribute__((__unused__)) seqLen;
     // version
     byte verLen, verEnd;
     // community string
     byte comLen, comEnd;
     // pdu
-    byte pduTyp, pduLen;
+    byte __attribute__((__unused__)) pduTyp, pduLen;
     byte ridLen, ridEnd;
     byte errLen, errEnd;
     byte eriLen, eriEnd;
-    byte vblTyp, vblLen;
-    byte vbiTyp, vbiLen;
+    byte __attribute__((__unused__)) vblTyp, vblLen;
+    byte __attribute__((__unused__)) vbiTyp, vbiLen;
     byte obiLen, obiEnd;
-    byte valTyp, valLen, valEnd;
+    byte __attribute__((__unused__)) valTyp, valLen, valEnd;
     byte i;
     Host dest;
     //