Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-base
Commits
003abf00
Commit
003abf00
authored
Apr 15, 2011
by
Tim-Philipp Müller
Committed by
Wim Taymans
Jun 15, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MOVED FROM BAD 65/68] Fix some unused-but-set-variable warnings with gcc 4.6
parent
f4eb6771
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
7 deletions
+0
-7
gst/colorspace/gstcolorspace.c
gst/colorspace/gstcolorspace.c
+0
-7
No files found.
gst/colorspace/gstcolorspace.c
View file @
003abf00
...
...
@@ -430,13 +430,6 @@ gst_csp_base_init (gpointer klass)
void
gst_csp_dispose
(
GObject
*
object
)
{
GstCsp
*
csp
;
g_return_if_fail
(
GST_IS_CSP
(
object
));
csp
=
GST_CSP
(
object
);
/* clean up as possible. may be called multiple times */
G_OBJECT_CLASS
(
parent_class
)
->
dispose
(
object
);
}
...
...
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