-
Notifications
You must be signed in to change notification settings - Fork 160
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
Warnings during cmake build-test #831
Comments
The first one is benign, for historical reasons One could probably push and pop The other one predates me and I don't understand why it's deprecated. There's certainly no active push towards VOL in HighFive right now. I used to assume that it's because something that's deprecated in HDF5, but a quick search: |
Yes, both warnings are annoying. |
Understood. This touches on a broader context of when and how to deprecate functionality/interfaces. I suggest adding some more comments for future reference and wouldn't pursue this at this time: #832 |
Not strictly a bug, but could turn into one or more bugs, if ignored for too long:
To Reproduce
Steps to reproduce the behavior:
$ cmake -B build-test .
$ cmake --build build-test --parallel
This yields the following warnings:
Expected behavior
No warnings
Desktop:
I may be able to look into this further in the next few days. For now, I didn't want to just ignore it.
The text was updated successfully, but these errors were encountered: