nolint for the macros that have to be macros

This commit is contained in:
David Woodhouse
2025-12-13 01:44:25 +09:00
parent 07d784b0bf
commit b5703523f9
+2 -2
View File
@@ -27,9 +27,9 @@
#endif
#if defined(__SIZEOF_POINTER__) && __SIZEOF_POINTER__ == 8
#define WS 64
#define WS 64 // NOLINT
#else
#define WS 32
#define WS 32 // NOLINT
#define USE_32BIT
#endif