Merge pull request #7257 from Beep6581/fix-warnings-5.12
Compiler warning fixes
This commit is contained in:
@@ -273,6 +273,7 @@ int processLineParams ( int argc, char **argv )
|
||||
|
||||
case 'O':
|
||||
copyParamsFile = true;
|
||||
// fall through
|
||||
|
||||
case 'o': // outputfile or dir
|
||||
if ( iArg + 1 < argc ) {
|
||||
@@ -324,6 +325,7 @@ int processLineParams ( int argc, char **argv )
|
||||
|
||||
case 'S':
|
||||
skipIfNoSidecar = true;
|
||||
// fall through
|
||||
|
||||
case 's': // Processing params next to file (file extension appended)
|
||||
sideProcParams = true;
|
||||
|
Reference in New Issue
Block a user