Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMP: Locally ignore Clang
-Wmismatched-tags
warnings in ImageRegion
After pull request #4367 commit 72aa9a6 (ENH: `ImageRegion` support C++17 structured binding), a few unimportant `-Wmismatched-tags` warnings appeared from Mac10.13-AppleClang-rel-x86_64, at https://open.cdash.org/build/9256915 as was reported to me by mail, from Dženan Zukić and Sean McBride. This commit locally disables those warnings, following https://github.com/Naios/continuable/blob/121265df7123cf672ea8db917eaca2d0fbd9aef5/include/continuable/continuable-result.hpp#L291-L308 by Denis Blank.
- Loading branch information