diff options
Diffstat (limited to 'runtime/base/bit_struct.h')
-rw-r--r-- | runtime/base/bit_struct.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/base/bit_struct.h b/runtime/base/bit_struct.h index 16b555e1c6..b207459419 100644 --- a/runtime/base/bit_struct.h +++ b/runtime/base/bit_struct.h @@ -288,7 +288,7 @@ using BitStructUint = // // See top of file for usage example. #define BITSTRUCT_DEFINE_END(name) \ - }; /* NOLINT [readability/braces] [4] */ \ + }; \ static_assert(art::detail::ValidateBitStructSize<name>(), \ #name "bitsize incorrect: " \ "did you insert extra fields that weren't BitStructX, " \ |