mirror of
https://github.com/boostorg/utility.git
synced 2025-07-30 04:47:30 +02:00
added explicit return to main
[SVN r25387]
This commit is contained in:
@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user