contiki/apps/er-coap
Arthur Fabre 158087db62 Fix warning in coap-observe
../..//apps/er-coap/er-coap-observe.c:237:15: warning: unused variable
‘content’ [-Wunused-variable]
This was caused by a buffer that was declared, but used only in
commented out code.
The variable was moved to the commented out block.
The block was surrounded by an #if 0 ... #endif to make it easier to
uncomment.
Everything still compiles with the code in question uncommented.
2015-09-07 17:51:27 +01:00
..
er-coap-block1.c
er-coap-block1.h
er-coap-conf.h
er-coap-constants.h
er-coap-engine.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
er-coap-engine.h er-coap: add client-side support for CoAP Observe 2015-02-24 22:46:48 +01:00
er-coap-observe-client.c er-coap: add client-side support for CoAP Observe 2015-02-24 22:46:48 +01:00
er-coap-observe-client.h er-coap: add client-side support for CoAP Observe 2015-02-24 22:46:48 +01:00
er-coap-observe.c Fix warning in coap-observe 2015-09-07 17:51:27 +01:00
er-coap-observe.h
er-coap-res-well-known-core.c
er-coap-separate.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
er-coap-separate.h
er-coap-transactions.c
er-coap-transactions.h
er-coap.c Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
er-coap.h Move MAX, MIN and ABS to sys/cc.h 2015-05-18 08:53:17 +02:00
Makefile.er-coap er-coap: add client-side support for CoAP Observe 2015-02-24 22:46:48 +01:00