-
Notifications
You must be signed in to change notification settings - Fork 601
locale.c: Avoid unused param warnings #21892
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
Conversation
Under some configurations the three declarations here warned; the #ifdef was missing a term
Can you specify what one of those configurations was so that we could attempt to reproduce the warnings? |
|
One of the many is |
As in #21895 (comment), I'm getting a build-time error when I invoke what I understand to be your recommended configuration invocation. |
|
It turns out there is a bug on non-Linux builds that needs to be fixed before this PR will work on those boxes. Am now smoking a fix |
I tested this on Linux. |
|
Sorry. I don't know why this was working for me and not you. I believe that with #21903 applied, this should work. |
Unfortunately, I am still unable to build the base case with which this p.r. needs to be compared. I got the same build failure on a different Linux (Debian bullseye, rather than Ubuntu 22.04 LTS). But, weirdly, I was able to build successfully on FreeBSD! Does anyone have any thoughts as to why this configuration is not building (for me) on Linux? |
|
Two additional notes: First, I should note that in the Were those the build-time warnings which this p.r. is trying to address? Second, the first (Ubuntu) Linux build-time failure I reported used |
Under some configurations the three declarations here warned; the #ifdef was missing a term