-
Notifications
You must be signed in to change notification settings - Fork 5
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
Ptr<struct> passed to external struct * param in benchmarks #731
Comments
It looks like this is another instance of #507. |
Thanks. libarchive has the same error with functions like
|
I'm not sure about that. The type of |
If we want to support code that does If on all systems we care about, the system's |
Since this already needs to be broken down into multiple sources of error, I'll add another libarchive(no macro,no -alltypes) failure from conflicting struct pointers:
|
libarchive and icecast have errors like:
which call an external library (in this case
sys/poll.h
) with unchecked parameters, but either allow the argument to be checked, or don't add the cast. My oversimplified test shows 3c behaving properly:So the benchmark examples must be doing something more complex here.
The text was updated successfully, but these errors were encountered: