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
oai
openairinterface5G
Commits
5a9401cd
Commit
5a9401cd
authored
Apr 11, 2016
by
Cedric Roux
Browse files
remove useless warning
parent
2c4bc731
Changes
1
Hide whitespace changes
Inline
Side-by-side
common/utils/T/tracer/gui/toplevel_window.c
View file @
5a9401cd
...
...
@@ -28,10 +28,6 @@ printf("ADD_CHILD toplevel_window\n");
WARN
(
"toplevel window already has a child
\n
"
);
return
;
}
if
(
position
)
WARN
(
"toplevel window doesn't care about 'position' "
"(you passed %d, you should always pass 0)
\n
"
,
position
);
widget_add_child_internal
(
_gui
,
_this
,
child
,
0
);
/* this does the REPACK */
}
...
...
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