mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-15 12:09:06 +00:00
Changed: Warnings with clang
This commit is contained in:
parent
cf4e8ef125
commit
b2801c93b8
1 changed files with 1 additions and 1 deletions
|
@ -478,7 +478,7 @@ do { \
|
||||||
|
|
||||||
#endif // NL_NO_DEBUG
|
#endif // NL_NO_DEBUG
|
||||||
|
|
||||||
#define nlunreferenced(identifier) (identifier)
|
#define nlunreferenced(identifier) (void)identifier
|
||||||
|
|
||||||
#define nlstop \
|
#define nlstop \
|
||||||
do { \
|
do { \
|
||||||
|
|
Loading…
Reference in a new issue