-
Notifications
You must be signed in to change notification settings - Fork 2.2k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problem with macro deprecated #2767
Comments
Not sure which application you are compiling, |
We no longer build zbuff as part of the library, unless deprecated APIs have been explicitly enabled. And we're planning on removing the source code from the library at some point in the future. So I strongly recommend you move away from the API. However, if you are blocked by this in the short term, you can use |
I use ZSTDLIB_VISIBILITY=ZSTDLIB_API=/"/" |
`lib/deprecated` is no longer built by zstd's bundled build files. However, users may try to build these files when they import the source tree into their own build systems. And if they have `-Wdeprecated-declarations` on, this can produce warnings. This PR migrates these files away from using deprecated declarations. This addresses facebook#2767.
The linked PR should fix this issue. |
GCC 12.0.0 20210826 X86_64 Windows 10
The text was updated successfully, but these errors were encountered: