mirror of
https://github.com/curl/curl.git
synced 2026-07-29 00:03:12 +03:00
tool: fix remaining -Wcast-qual warnings
Avoid casting away low-level const.
This commit is contained in:
parent
158d701641
commit
4dc8499494
3 changed files with 8 additions and 8 deletions
|
|
@ -47,7 +47,7 @@ typedef enum {
|
|||
struct GlobalConfig;
|
||||
struct OperationConfig;
|
||||
|
||||
ParameterError getparameter(char *flag, char *nextarg, bool *usedarg,
|
||||
ParameterError getparameter(const char *flag, char *nextarg, bool *usedarg,
|
||||
struct GlobalConfig *global,
|
||||
struct OperationConfig *operation);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue