Allow the checking of definition modules

This commit is contained in:
ceriel
1988-01-22 12:04:27 +00:00
parent 03e1f5dc93
commit ca166d25e9
4 changed files with 13 additions and 8 deletions

View File

@@ -71,7 +71,7 @@ DoOption(text)
}
}
}
else warning_classes = 0;
else warning_classes = W_ALWAYS;
break;
case 'W':
@@ -94,7 +94,7 @@ DoOption(text)
}
}
}
else warning_classes = W_OLDFASHIONED|W_STRICT|W_ORDINARY;
else warning_classes = W_ALL;
break;
case 'M': { /* maximum identifier length */