Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
regcomp_study.c: merged value only used under -DDEBUGGING
For a non-debugging build this would warn with clang 17: regcomp_study.c:1067:9: warning: variable 'merged' set but not used [-Wunused-but-set-variable] 1067 | U32 merged = 0; | ^
- Loading branch information