Revert "Tweaks to nhassert implementation. Change to warnings on MSC build."

This reverts commit 2f3da35c68.
This commit is contained in:
Bart House
2019-07-14 21:15:01 -07:00
parent ec05e1ec70
commit 177bd39646
5 changed files with 4 additions and 44 deletions

View File

@@ -1932,7 +1932,7 @@ E void VDECL(verbalize, (const char *, ...)) PRINTF_F(1, 2);
E void VDECL(raw_printf, (const char *, ...)) PRINTF_F(1, 2);
E void VDECL(impossible, (const char *, ...)) PRINTF_F(1, 2);
E void VDECL(config_error_add, (const char *, ...)) PRINTF_F(1, 2);
E void FDECL(nhassert_failed, (const char *, int));
E void FDECL(nhassert_failed, (const char *, const char *, int));
/* ### polyself.c ### */