fork allowing use of the latest official mbed networking library

Dependents:   SNMPv1UDPExmaple

Fork of Agentbed by Suga koubou

Revision:
2:9e4369522e03
Parent:
0:bb21da73024a
Child:
3:81f25e337afc
--- 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;
     //