-
Notifications
You must be signed in to change notification settings - Fork 96
Closed
Description
Warning C4028: Parameter is different from the declaration
re\src\httpaut.c Parameter 8
int httpauth_digest_response_set_cnonce(struct httpauth_digest_enc_resp *resp,
const struct httpauth_digest_chall *chall, const struct pl *method,
const char *user, const char *passwd, const char *entitybody,
const uint32_t cnonce, const uint32_t nc_);
int httpauth_digest_response_set_cnonce(struct httpauth_digest_enc_resp *resp,
const struct httpauth_digest_chall *chall, const struct pl *method,
const char *user, const char *passwd, const char *entitybody,
uint32_t cnonce, uint32_t nonce_counter)
re\main.c Parameter 1
int fd_listen(struct re_fhs **fhsp, re_sock_t fd, int flags, fd_h fh,
void *arg)
int fd_listen(struct re_fhs **fhs, re_sock_t fd, int flags, fd_h *fh,
void *arg);
Metadata
Metadata
Assignees
Labels
No labels