Skip to content
Snippets Groups Projects
Commit ec04f5ea authored by Mathis Rosenhauer's avatar Mathis Rosenhauer
Browse files

Shut up Wmaybe-uninitialized.

parent ab54a5d7
No related branches found
No related tags found
No related merge requests found
......@@ -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) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment