Add some compiler warnings and fix revealed bugs

This commit is contained in:
Allen Hill
2026-05-05 18:17:02 -07:00
parent a37140a779
commit 9b2c71fa6e
4 changed files with 39 additions and 29 deletions
+1
View File
@@ -6,4 +6,5 @@ AllowShortBlocksOnASingleLine: Empty
IndentCaseLabels: true
IndentPPDirectives: BeforeHash
AlignConsecutiveMacros: Consecutive
AllowShortCaseLabelsOnASingleLine: true
...