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