Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gst-plugins-base
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
fc37cf57
Commit
fc37cf57
authored
Aug 08, 2012
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Silence some 'variable may be used uninitialized' compiler warnings
when compiling with -DG_DISABLE_ASSERT
parent
17c839c8
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
ext/alsa/gstalsa.c
ext/alsa/gstalsa.c
+1
-0
tests/examples/playback/playback-test.c
tests/examples/playback/playback-test.c
+1
-1
No files found.
ext/alsa/gstalsa.c
View file @
fc37cf57
...
...
@@ -271,6 +271,7 @@ caps_add_channel_configuration (GstCaps * caps,
channel_mask
=
CHANNEL_MASK_7_1
;
break
;
default:
channel_mask
=
0
;
g_assert_not_reached
();
break
;
}
...
...
tests/examples/playback/playback-test.c
View file @
fc37cf57
...
...
@@ -1611,7 +1611,7 @@ colorbalance_value_changed (GtkRange * range, PlaybackApp * app)
else
if
(
range
==
GTK_RANGE
(
app
->
saturation_scale
))
label
=
"SATURATION"
;
else
g_
assert_not
_reached
();
g_
return_if
_reached
();
val
=
gtk_range_get_value
(
range
);
...
...
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