Changed: Warnings with clang
This commit is contained in:
parent
dc28573170
commit
2b9dc61e3e
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ do { \
|
|||
|
||||
#endif // NL_NO_DEBUG
|
||||
|
||||
#define nlunreferenced(identifier) (identifier)
|
||||
#define nlunreferenced(identifier) (void)identifier
|
||||
|
||||
#define nlstop \
|
||||
do { \
|
||||
|
|
Loading…
Reference in a new issue