diff options
Diffstat (limited to 'etiinput.cpp')
-rw-r--r-- | etiinput.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etiinput.cpp b/etiinput.cpp index ea3241f..fda9a90 100644 --- a/etiinput.cpp +++ b/etiinput.cpp @@ -158,6 +158,7 @@ int identify_eti_format(FILE* inputFile, int *streamType) } } + (void)nbframes_; // suppress warning "nbframes_ unused" fprintf(stderr, "Bad input file format!\n"); return -1; } |