Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
external
sofia-sip
Commits
5d23dd2d
Commit
5d23dd2d
authored
Sep 12, 2005
by
Pekka Pessi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silenced warning.
darcs-hash:20050911222903-65a35-4b65634dd219f2b9b0f83d52db04660083e97787.gz
parent
7edd5a52
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
libsofia-sip-ua/su/torture_rbtree.c
libsofia-sip-ua/su/torture_rbtree.c
+2
-2
No files found.
libsofia-sip-ua/su/torture_rbtree.c
View file @
5d23dd2d
...
...
@@ -108,9 +108,9 @@ RBTREE_HEIGHT(static, prefix, Node, LEFT, RIGHT, PARENT);
#endif
RBTREE_PROTOS
(
static
,
redblack
,
Node
);
RBTREE_PROTOS
(
static
inline
,
redblack
,
Node
);
RBTREE_BODIES
(
static
,
redblack
,
Node
,
LEFT
,
RIGHT
,
PARENT
,
RBTREE_BODIES
(
static
inline
,
redblack
,
Node
,
LEFT
,
RIGHT
,
PARENT
,
IS_RED
,
SET_RED
,
IS_BLACK
,
SET_BLACK
,
COPY_COLOR
,
CMP
,
INSERT
,
REMOVE
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment