Rework the warning suppression macros #5424
Labels
Component - C Library
Core C library issues (usually in the src directory)
Priority - 2. Medium
It would be nice to have this in the next release
The macros in H5warnings.h have several flaws:
We should replace the existing scheme with one that uses a wider set of macros that hide ifdef complexity and can be more easily extended to other compilers (e.g., MSVC).
Example:
The text was updated successfully, but these errors were encountered: