Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
36dccc16
Commit
36dccc16
authored
Dec 18, 2017
by
Francis Dupont
Browse files
Fixed embedded atf code warning (RT 46833)
parent
9448aaca
Changes
1
Hide whitespace changes
Inline
Side-by-side
unit/atf-src/atf-c/detail/tp_main.c
View file @
36dccc16
...
...
@@ -285,7 +285,9 @@ list_tcs(const atf_tp_t *tp)
atf_utils_free_charpp
(
vars
);
}
free
(
tcs
);
#define UNCONST(a) ((void *)(unsigned long)(const void *)(a))
free
(
UNCONST
(
tcs
));
#undef UNCONST
}
/* ---------------------------------------------------------------------
...
...
Write
Preview
Supports
Markdown
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