mirror of
https://github.com/boostorg/utility.git
synced 2025-05-09 02:44:10 +00:00
added explicit return to main
[SVN r25387]
This commit is contained in:
parent
5eb23cecd0
commit
d198bd9d96
@ -35,4 +35,6 @@ void message(char const * file, long line, char const * func, char const * msg)
|
|||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
MESSAGE("assertion failed");
|
MESSAGE("assertion failed");
|
||||||
|
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user