-
Notifications
You must be signed in to change notification settings - Fork 601
locale.c: Don't compile unused function #21895
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
Since 60e050b, this function is no longer called if -DNO_LOCALE has been specified. Don't compile it when not called.
Can you describe how I would see that "this function" is not currently being called? I configured and built blead in two ways: and I logged the output of |
|
Sorry. I shortcutted when I specified |
But when I tried that, I failed to build. |
|
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 |
But I tested on Linux. |
|
Sorry. I don't know why this was working for me and CI and not you. I believe that with #21903 applied, this should work. |
|
Still unable to compile the base case on Linux. See here. |
Since 60e050b, this function is no longer called if -DNO_LOCALE has been specified. Don't compile it when not called.