-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Different visibility warning #3769
Comments
Could you provide a repro that doesn't involve vcpkg? |
@vitaut Just exec Since we install |
Hi @vitaut, any progress on this? |
I haven't looked into it. Also could you provide just the commands that use stock spdlog/fmt instead of a zip file? |
Only 3 file in this zip. |
Unfortunately the repro doesn't work:
|
One possible way to suppress the warning is annotating that function with |
@vitaut |
Thanks for the updated repro. I don't see the visibility warning though, only:
|
@vitaut Please check this page https://github.com/xiaozhuai/test_spdlog/actions/runs/7947550191 macos-11 and macos-12 prints
macos-13 prints
|
Suppressed in f68f452. Thanks for reporting and putting together the repro. |
When linking with
spdlog
on macOS, it shows this warning.And I've submit a pr in vcpkg to fix it. See microsoft/vcpkg#35793
I just remove these lines and the warning disappeared
fmt/CMakeLists.txt
Lines 195 to 205 in dbd9c89
But I'm not sure if it's the right fix.
The text was updated successfully, but these errors were encountered: