]> oss.titaniummirror.com Git - tinyos-2.x.git/commitdiff
suppress a warning
authorregehr <regehr>
Wed, 4 Jun 2008 05:33:07 +0000 (05:33 +0000)
committerregehr <regehr>
Wed, 4 Jun 2008 05:33:07 +0000 (05:33 +0000)
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);
     }