mirror of
https://github.com/curl/curl.git
synced 2025-03-07 15:27:17 +08:00
metalink_cleanup: define it without argument
Since the function takes no argument, the macro shouldn't take one as some compilers will error out on that.
This commit is contained in:
parent
c25383ae13
commit
8c2c4e21b3
@ -155,7 +155,9 @@ void metalink_cleanup(void);
|
|||||||
|
|
||||||
#define count_next_metalink_resource(x) 0
|
#define count_next_metalink_resource(x) 0
|
||||||
#define clean_metalink(x) Curl_nop_stmt
|
#define clean_metalink(x) Curl_nop_stmt
|
||||||
#define metalink_cleanup(x) Curl_nop_stmt
|
|
||||||
|
/* metalink_cleanup() takes no arguments */
|
||||||
|
#define metalink_cleanup Curl_nop_stmt
|
||||||
|
|
||||||
#endif /* USE_METALINK */
|
#endif /* USE_METALINK */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user