-Werror=return-type
Change-Id: I7691fa50d827b688cab299c85c933adabb29994c
This commit is contained in:
parent
8631cecb86
commit
2db16f4bdc
@ -9,6 +9,7 @@
|
||||
|
||||
#include <algorithm>
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <limits>
|
||||
#include <stack>
|
||||
#include <string>
|
||||
@ -805,6 +806,8 @@ std::string StringConstant::describeChangeKind(ChangeKind kind) {
|
||||
return "string constant and matching length arguments";
|
||||
case ChangeKind::SingleChar:
|
||||
return "ASCII sal_Unicode argument";
|
||||
default:
|
||||
std::abort();
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user