We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
curl
Description In C we can define a struct and a typedef with the same type name. But this won`t compile with C++ compilers.
To Reproduce Steps to reproduce the behavior:
lib/cf-h1-proxy.c
Expected behavior Tests are supposed to be executed successfully.
Actual behavior Compilation error.
Visual proofs (screenshots, logs)
error: definition of type 'h1_tunnel_state' conflicts with typedef of the same name)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Description
In C we can define a struct and a typedef with the same type name. But this won`t compile with C++ compilers.
To Reproduce
Steps to reproduce the behavior:
curl
target and generate tests forlib/cf-h1-proxy.c
fileExpected behavior
Tests are supposed to be executed successfully.
Actual behavior
Compilation error.
Visual proofs (screenshots, logs)
The text was updated successfully, but these errors were encountered: