mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 09:19:01 +00:00
Changed: Warnings with clang
This commit is contained in:
parent
1582ae9dbf
commit
3416ec2824
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