[thin_check] A space map count being too high should be a NON_FATAL error.
This commit is contained in:
parent
34df640d8d
commit
0fee897fda
@ -292,7 +292,9 @@ namespace {
|
||||
<< ", expected " << c_expected
|
||||
<< ", but got " << c_actual
|
||||
<< end_message();
|
||||
mplus_err = combine_errors(mplus_err, FATAL);
|
||||
|
||||
mplus_err = combine_errors(mplus_err,
|
||||
c_actual > c_expected ? NON_FATAL : FATAL);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user