mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-11 07:27:27 +00:00
bulk code format fix (#8707)
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
#if defined(_MSC_VER)
|
||||
extern "C" void __debugbreak();
|
||||
#define __builtin_trap __debugbreak
|
||||
#else // Clang
|
||||
#else // Clang
|
||||
extern "C" void __builtin_trap(void);
|
||||
#endif
|
||||
|
||||
// Declare Debug/Release independed assert macro.
|
||||
#define fuzzer_assert_impl(x) (!!(x) ? static_cast<void>(0) : __builtin_trap())
|
||||
|
||||
#endif // !FUZZER_ASSERT_IMPL_H_
|
||||
#endif // !FUZZER_ASSERT_IMPL_H_
|
||||
|
||||
Reference in New Issue
Block a user