Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib: fix variable undeclared error caused by infof changes #12470

Closed
wants to merge 1 commit into from

Conversation

lifenjoiner
Copy link
Contributor

--disable-verbose yields CURL_DISABLE_VERBOSE_STRINGS defined.
infof isn't Curl_nop_stmt anymore: dac293c.

Error like this:

H:/Free/curl-8.5.0/lib/vauth/digest_sspi.c:215:38: error: 'buffer' undeclared (first use in this function); did you mean 'bufref'?
           Curl_sspi_strerror(status, buffer, sizeof(buffer)));

caused by:
dac293c#diff-df9247dc0dd19ac0e65c0d2b8cfd61a9082ca1f8d1efac157cd95111e37b6620L137-R135

`--disable-verbose` yields `CURL_DISABLE_VERBOSE_STRINGS` defined.
`infof` isn't `Curl_nop_stmt` anymore: dac293c.
@bagder
Copy link
Member

bagder commented Dec 6, 2023

Thanks!

@bagder bagder closed this in a17f041 Dec 6, 2023
@lifenjoiner lifenjoiner deleted the DummyArgv branch December 7, 2023 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants