Nuand / YateBTS

YateBTS
30 stars 11 forks source link

Update bladeRFDevice.cpp #1

Open junaid124 opened 9 years ago

junaid124 commented 9 years ago

Error 1 unused integer i Error 2 bladerf_synctx(bdev, (void)&leftover, 512, NULL, NULL); ^ make[1]: _\ [transceiver-bladeRF] Error 1

with latest bladeRF code

junaid124 commented 9 years ago

Error 3: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for (int pktNum = 0; pktNum < (readLen/BST_SZ); pktNum++, bst++) {