Skip to content

Commit a26abfb

Browse files
committed
reduce: fix build, adapt settings.
1 parent b1f4bd7 commit a26abfb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -755,7 +755,7 @@ int main(int argc, char *argv[])
755755
return EXIT_FAILURE;
756756
}
757757
// when "style" is enabled, also enable "warning", "performance" and "portability"
758-
if (settings.isEnabled("style")) {
758+
if (settings.isEnabled(Settings::STYLE)) {
759759
settings.addEnabled("warning");
760760
settings.addEnabled("performance");
761761
settings.addEnabled("portability");

0 commit comments

Comments
 (0)