forked from OSchip/llvm-project
parent
09d7710e04
commit
f1245ddc78
|
@ -111,6 +111,7 @@ int AnalyzerOptions::getOptionAsInteger(StringRef Name, int DefaultVal) {
|
|||
int Res = DefaultVal;
|
||||
bool b = V.getAsInteger(10, Res);
|
||||
assert(!b && "analyzer-config option should be numeric");
|
||||
(void) b;
|
||||
return Res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue