Remove now-unnecessary enum keyword (#1338)

C++ does not need it
This commit is contained in:
Sylvie
2024-03-08 19:40:41 -05:00
committed by GitHub
parent 1b97297d63
commit 53537cf9af
27 changed files with 95 additions and 127 deletions

View File

@@ -139,7 +139,7 @@ static void checkFragmentCompat(Section &target, Section &other) {
}
}
static void mergeSections(Section &target, Section &other, enum SectionModifier mod) {
static void mergeSections(Section &target, Section &other, SectionModifier mod) {
// Common checks
if (target.type != other.type)