[NFC] Add [[maybe_unused]] to avoid warning in gcc9
GCC9 may issue warning for the 'unused' parameters in if constexpr. This commit try to fix it by adding the [[maybe_unused]] attribute.
Loading
Please sign in to comment
GCC9 may issue warning for the 'unused' parameters in if constexpr. This commit try to fix it by adding the [[maybe_unused]] attribute.