Revert "Fix compiler warnings in macos build."

This reverts commit 0d59f1a22b.
This commit is contained in:
nhmall
2018-11-23 22:16:49 -05:00
parent 7f023c99fb
commit 9db124f650
8 changed files with 46 additions and 47 deletions

View File

@@ -366,8 +366,7 @@ struct savefile_info {
/* Supply nhassert macro if not supplied by port */
#ifndef nhassert
#define nhassert(e) ((void)0)
#define nhassert(expression) ((void)0)
#endif
#endif /* GLOBAL_H */