Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
95e2c6b4
Commit
95e2c6b4
authored
Aug 16, 2011
by
Rémi Denis-Courmont
Browse files
Disable the dangling callback warning for the time being
It might not always be a bug.
parent
64a3e713
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/misc/variables.c
View file @
95e2c6b4
...
...
@@ -170,7 +170,7 @@ static void Destroy( variable_t *p_var )
free
(
p_var
->
choices
.
p_values
);
free
(
p_var
->
choices_text
.
p_values
);
}
#ifndef NDEBUG
#if
0 //
ndef NDEBUG
for (int i = 0; i < p_var->i_entries; i++)
{
const char *file = "?", *symbol = "?";
...
...
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