search for: opt_arg_v

Displaying 1 result from an estimated 1 matches for "opt_arg_v".

Did you mean: opt_arg_val
2009 Sep 05
2
[LLVMdev] code analysis bug
In file included from libopts.c:23: ./makeshell.c:138:26: warning: more '%' conversions than data arguments "unset OPT_ARG_VAL || :\n%2$s"; This is not correct. The format below uses the first argument twice and the second argument once. The "clang" analysis does not properly recognize the "1$" and "2$" modifiers. This is POSIX for a while, intended for I18N, but perfectly usable fo...