forked from OSchip/llvm-project
[CMake] Add explicit return to GetErrcMessages test program
This commit is contained in:
parent
d6fee6c3b0
commit
32842c1bc9
|
@ -25,6 +25,7 @@ function(get_errc_messages outvar)
|
|||
int main() {
|
||||
std::cout << getMessageFor(ENOENT) << ';' << getMessageFor(EISDIR);
|
||||
std::cout << ';' << getMessageFor(EINVAL) << ';' << getMessageFor(EACCES);
|
||||
return 0;
|
||||
}
|
||||
")
|
||||
|
||||
|
|
Loading…
Reference in New Issue