forked from boostorg/assert
added explicit return to main
[SVN r25387]
This commit is contained in:
committed by
Peter Dimov
parent
6ad5ec4810
commit
60ba31a018
@@ -35,4 +35,6 @@ void message(char const * file, long line, char const * func, char const * msg)
|
||||
int main()
|
||||
{
|
||||
MESSAGE("assertion failed");
|
||||
|
||||
return 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user