-
-
Notifications
You must be signed in to change notification settings - Fork 9k
Fix compilation on FreeBSD 15.0-RELEASE (2026-01-28) #13075
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
base: master
Are you sure you want to change the base?
Fix compilation on FreeBSD 15.0-RELEASE (2026-01-28) #13075
Conversation
|
Needs commit prefixes, see the contributing document |
5293439 to
e9a1d1e
Compare
An attempt has been made. Force pushed. |
|
Commit prefixes don't need to use the entire path, so for any plugin-related change the prefix |
PatTheMav
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you provide the compiler error messages that lead you to make these changes?
I wonder specifically about the curl-related changes, whether they are indeed due to clang being more strict about narrowing of types or if this is due to more recent curl versions being more strict about the type correctness of curl_easy_setopt.
e9a1d1e to
fb35367
Compare
|
Another attempt was made. There are quite a lot of errors: |
Description
Fix compilation errors on
clang 19.1.7onFreeBSD 15.0-RELEASE.Motivation and Context
Apparently the current clang version on FreeBSD considers some earlier warnings as errors.
Additionally
libprocstat.hrequires severalsys/headers to be included prior to including it.How Has This Been Tested?
The program has been compiled and starts on my local machine with
FreeBSD 15.0-RELEASE-p1.Types of changes
Bug fix (non-breaking change which fixes an issue)
Checklist: