Skip to content
Snippets Groups Projects
Commit c6d5f80d authored by Steve Holme's avatar Steve Holme
Browse files

http.c: Fixed compilation warning

warning: suggest braces around empty body in an 'else' statement
parent 691985ce
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment