Chore: disable nnet_unimplemented_continue output

This commit is contained in:
Liyan Zheng 2023-04-17 13:24:56 +08:00
parent bc31219bde
commit 9d50b30af8
1 changed files with 2 additions and 1 deletions

View File

@ -69,7 +69,8 @@ static inline HashType genhash(string s) {
{ IT_TODO_HALT(); }
#define nnet_unimplemented_continue() \
{ dbg("Unimplemented"); }
{}
// { dbg("Unimplemented"); }
#define nnet_assert(expr, msg) assert(((void)(msg), (expr)))