Mark rbtree functions with __attribute__((unused)).
This commit is contained in:
parent
87151c8a7b
commit
681aa831fa
@ -26,7 +26,11 @@
|
||||
#ifndef UV_TREE_H_
|
||||
#define UV_TREE_H_
|
||||
|
||||
#define __unused
|
||||
#if __GNUC__
|
||||
# define __unused __attribute__((unused))
|
||||
#else
|
||||
# define __unused
|
||||
#endif
|
||||
|
||||
/*
|
||||
* This file defines data structures for different types of trees:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user