This commit is contained in:
Maxim Devaev
2022-11-19 04:21:37 +03:00
parent 7335a5d2df
commit 5bf8c97a1c
2 changed files with 3 additions and 3 deletions

View File

@@ -38,7 +38,7 @@
}
#define US_ONCE(...) { \
const unsigned m_reported = __LINE__; \
const int m_reported = __LINE__; \
if (m_reported != once) { \
__VA_ARGS__; \
once = m_reported; \