PiInTheSky / lora-gateway

LoRa gateway to Habitat
96 stars 69 forks source link

Warning fix found with scan-build: #23

Closed bertrik closed 8 years ago

bertrik commented 8 years ago

ssdv.c:87:89: warning: passing argument 3 of ‘base64_encode’ from incompatible pointer type base64_encode(SSDVPacketArrays[SSDVSendArrayIndex].Packets[PacketIndex].Packet, 256, &base64_length, base64_data);

PiInTheSky commented 8 years ago

Fixed before reported.