HttpClient icon indicating copy to clipboard operation
HttpClient copied to clipboard

Warning compiling under PlatformIO

Open ciband opened this issue 6 years ago • 2 comments

I am using the library compiling under platformIO for the Arduino Uno and I get this warning:

....\HttpClient_ID66\b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)': C:\Users\chris.platformio\lib\HttpClient_ID66\b64.cpp:69:1: warning: control reaches end of non-void function [-Wreturn-type] }

I would be happy to fix it and submit the PR but I am not entirely sure what the function should return. I could see it return some error code or just become a void.

What would you like?

Thanks.

ciband avatar Mar 24 '18 17:03 ciband

4 years later and still not closed ;-)

Screenshot 2022-11-08 at 17 51 03

homonto avatar Nov 08 '22 17:11 homonto

Still present

dnlombard avatar Sep 18 '23 22:09 dnlombard