Skip to content

Commit 77e56c9

Browse files
committed
isobmff: make gcc happy
1 parent ce2ae13 commit 77e56c9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tools/main.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ enum {
8080

8181
arg_options *parse_args(int argc, char *const *argv) {
8282
int c;
83-
char *endptr;
8483
static arg_options options;
8584

8685
// set default option values
@@ -188,7 +187,6 @@ int main( int argc, char *const * argv )
188187
// parse the input files
189188
ISOBMFF::Parser parser;
190189
std::string path;
191-
int i;
192190
std::ifstream stream;
193191

194192
if( options->infiles.size() == 0 )

0 commit comments

Comments
 (0)