[Toybox] Nothing is using CONFIG_PEDANTIC_ARGS?

Rob Landley rob at landley.net
Thu Jul 19 15:16:02 PDT 2018


lib/toyflags.h is using PEDANTIC_ARGS to #ifdef NO_ARGS, but that's never used
in code?

Should lib/args.c be doing something with this, maybe? (If pedantic args,
complain if anything with a NULL argument list has command line arguments,
unless we've disabled --help which means we ignore command line completely?)

Rob



More information about the Toybox mailing list