Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mathis Rosenhauer
libaec
Commits
ec04f5ea
Commit
ec04f5ea
authored
Jul 14, 2014
by
Mathis Rosenhauer
Browse files
Shut up Wmaybe-uninitialized.
parent
ab54a5d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/aec.c
View file @
ec04f5ea
...
...
@@ -83,6 +83,7 @@ int main(int argc, char *argv[])
strm
.
rsi
=
2
;
strm
.
flags
=
AEC_DATA_PREPROCESS
;
opterr
=
0
;
outfn
=
0
;
while
((
c
=
getopt
(
argc
,
argv
,
"3Nb:cdj:mn:pr:st"
))
!=
-
1
)
switch
(
c
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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