You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After I included "HttpClient.h" and "b64.h", at build time it returns the following error:
`/Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)':
/Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp:69:1: error: control reaches end of non-void function [-Werror=return-type]
69 | }
| ^
cc1plus: some warnings being treated as errors
exit status 1
Compilation error: exit status 1`
The text was updated successfully, but these errors were encountered:
After I included "HttpClient.h" and "b64.h", at build time it returns the following error:
`/Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp: In function 'int b64_encode(const unsigned char*, int, unsigned char*, int)':
/Users/francesco/Documents/Arduino/libraries/HttpClient/b64.cpp:69:1: error: control reaches end of non-void function [-Werror=return-type]
69 | }
| ^
cc1plus: some warnings being treated as errors
exit status 1
Compilation error: exit status 1`
The text was updated successfully, but these errors were encountered: