Fix compiler warnings in macos build.

This commit is contained in:
Bart House
2018-11-23 12:27:55 -08:00
parent cff9fb441a
commit 0d59f1a22b
8 changed files with 47 additions and 46 deletions

View File

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