common/assert: Resolve several -Wextra-semi warnings
Resolves 200+ warnings.
This commit is contained in:
parent
4f12e86ebb
commit
68fea20020
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ template <typename... Ts>
|
|||
::Dynarmic::Common::detail::TerminateHelper(#expr "\nMessage: " __VA_ARGS__); \
|
||||
} \
|
||||
}()
|
||||
#define ASSERT_FALSE(...) ::Dynarmic::Common::detail::TerminateHelper("false\nMessage: " __VA_ARGS__);
|
||||
#define ASSERT_FALSE(...) ::Dynarmic::Common::detail::TerminateHelper("false\nMessage: " __VA_ARGS__)
|
||||
#endif
|
||||
|
||||
#if defined(NDEBUG) || defined(DYNARMIC_IGNORE_ASSERTS)
|
||||
|
|
Loading…
Reference in a new issue