Skip to content

Commit

Permalink
Fix too many warnings from simd.h (#2650)
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqizho authored Aug 10, 2021
1 parent c0ff715 commit 93b4644
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/libcommon/include/common/simd.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ enum class SIMDFeature
};


static inline bool SIMDRuntimeSupport(SIMDFeature feature)
static inline bool SIMDRuntimeSupport([[maybe_unused]] SIMDFeature feature)
{
/// Notice that we do not detect support for Darwin/arm64 since
/// it does not have HWCAP support. However, if such feature is
Expand Down

0 comments on commit 93b4644

Please sign in to comment.