replaced the assert macro to TORRENT_ASSERT instead of hi-jacking assert.
This commit is contained in:
@@ -69,5 +69,9 @@ void assert_fail(char const* expr, int line, char const* file, char const* funct
|
||||
abort();
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
void assert_fail(char const* expr, int line, char const* file, char const* function) {}
|
||||
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user