Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Libvdpau
Commits
af29b18e
Commit
af29b18e
authored
Aug 01, 2011
by
Kiran Pawar
Committed by
Aaron Plattner
Feb 01, 2013
Browse files
trace: fix Coverity dead code warnings
Signed-off-by:
Aaron Plattner
<
aplattner@nvidia.com
>
parent
5a596968
Changes
1
Hide whitespace changes
Inline
Side-by-side
trace/vdpau_trace.cpp
View file @
af29b18e
...
...
@@ -4608,11 +4608,9 @@ VdpStatus vdp_trace_device_create_x11(
if
(
_vdp_cap_data
.
level
>=
LEVEL_PARAMS
)
{
fprintf
(
_vdp_cap_data
.
fp
,
"%p, %d,
%s, %s
"
,
"%p, %d,
-, -
"
,
display
,
screen
,
device
?
"-"
:
"NULL"
,
get_proc_address
?
"-"
:
"NULL"
screen
);
}
fputs
(
")
\n
"
,
_vdp_cap_data
.
fp
);
...
...
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