Add comments to suppress warning from clang-tidy (#3088)
Suppress style warnings for macro definition, name of these macros is inconsistent with others (upper case).
This commit is contained in:
@ -46,7 +46,7 @@ static union {
|
||||
char b;
|
||||
} __ue = { .a = 1 };
|
||||
|
||||
#define is_little_endian() (__ue.b == 1)
|
||||
#define is_little_endian() (__ue.b == 1) /* NOLINT */
|
||||
|
||||
/**
|
||||
* Implementation of wasm_application_execute_main()
|
||||
|
||||
Reference in New Issue
Block a user