Prefer pre-inc/dec unless post-inc/dec are necessary

This commit is contained in:
Rangi42
2025-07-19 15:04:08 -04:00
parent bf69043a1d
commit 14f5e16ae8
19 changed files with 111 additions and 118 deletions

View File

@@ -98,7 +98,7 @@ Section *sect_FindSectionByName(std::string const &name) {
#define sectError(...) \
do { \
error(__VA_ARGS__); \
nbSectErrors++; \
++nbSectErrors; \
} while (0)
static unsigned int mergeSectUnion(