We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 534e06c + 03c6426 commit e55cbffCopy full SHA for e55cbff
1 file changed
unirecfilter/unirecfilter.c
@@ -495,6 +495,10 @@ int main(int argc, char **argv)
495
printf("Verbosity level: %i\n", verbose);
496
}
497
498
+ if (from == 1 && output_specifier_str != NULL) {
499
+ fprintf(stderr, "Warning: The -O parameter is ignored when output specification is read from a file.\n");
500
+ }
501
+
502
// Count number of output interfaces
503
n_outputs = strlen(ifc_spec.types) - 1;
504
module_info->num_ifc_out = n_outputs;
0 commit comments