Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix build after iree-org#15151 (iree-org#15236)
Fixes the following build error (gcc-11.4): ``` /iree/runtime/src/iree/base/status.c:813:1: error: ‘nodiscard’ attribute ignored [-Werror=attributes] 813 | static IREE_MUST_USE_RESULT iree_status_t iree_status_allocate_vf_impl( | ^~~~~~ ``` Quick repro: https://godbolt.org/z/xYGddPxfd
- Loading branch information