]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tos/chips/atm128/adc/AdcStreamP.nc
suppress a warning
[tinyos-2.x.git] / tos / chips / atm128 / adc / AdcStreamP.nc
index 7d3701cc59e4517b7f727582f002fdeece214924..3e25c49577fe167520c459455a1d4f3c5e802adb 100644 (file)
@@ -144,7 +144,7 @@ implementation {
 
     atomic entry = bufferQueue[c];
     for (; entry; entry = entry->next){
-      uint16_t tmp_count = entry->count;
+      uint16_t tmp_count __DEPUTY_UNUSED__ = entry->count;
       signal ReadStream.bufferDone[c](FAIL, TCAST(uint16_t * COUNT_NOK(tmp_count),entry), entry->count);
     }