Wrap macros in do { ... } while( 0 ) (#240)

This commit is contained in:
j4cbo
2021-05-24 14:41:58 -07:00
committed by GitHub
parent ac2c383bc1
commit f37bcd5c14
75 changed files with 79 additions and 164 deletions

View File

@ -38,6 +38,8 @@ KERNEL_IGNORED_PATTERNS = [
r'.*\.git.*',
r'.*portable/ThirdParty/GCC/Posix/port*',
r'.*portable.*Xtensa_ESP32\/include\/portmacro\.h',
r'.*portable.*CDK\/T-HEAD_CK802\/portmacro\.h',
r'.*portable.*GCC\/Posix\/portmacro\.h',
r'.*portable.*Xtensa_ESP32.*port\.c',
r'.*portable.*Xtensa_ESP32.*portasm\.S',
r'.*portable.*Xtensa_ESP32.*xtensa_.*',