Skip to content

Vs2017 Compilation Warning #1094

@jobo-zt

Description

@jobo-zt

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions