forked from amcewen/HttpClient
-
Notifications
You must be signed in to change notification settings - Fork 170
Commit 7805467
Fix incorrect return value, resulting in compilation error
Error in question:
ArduinoHttpClient/src/HttpClient.h: In member function 'virtual void HttpClient::flush()':
ArduinoHttpClient/src/HttpClient.h:310:50: error: return-statement with a value, in function returning 'void' [-fpermissive]1 parent 1f81c4e commit 7805467
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
168 | 168 | | |
169 | 169 | | |
170 | 170 | | |
171 | - | ||
171 | + | ||
172 | 172 | | |
173 | 173 | | |
174 | 174 | | |
| |||
307 | 307 | | |
308 | 308 | | |
309 | 309 | | |
310 | - | ||
310 | + | ||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
| |||
0 commit comments