Displaying 1 result from an estimated 1 matches for "makeshel".
Did you mean:
makeshell
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 "...