mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
http.c: Fixed compilation warning
warning: suggest braces around empty body in an 'else' statement
This commit is contained in:
parent
691985ceb0
commit
c6d5f80d8b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ int Curl_http2_switched(struct connectdata *conn);
|
|||
#define Curl_http2_send_request(x)
|
||||
#define Curl_http2_request_upgrade(x,y) CURLE_OK
|
||||
#define Curl_http2_switched(x)
|
||||
#define Curl_http2_setup(x)
|
||||
#define Curl_http2_setup(x) Curl_nop_stmt
|
||||
#endif
|
||||
|
||||
#endif /* HEADER_CURL_HTTP2_H */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue