Skip to content
Snippets Groups Projects
Commit 66f49f07 authored by Mike Frysinger's avatar Mike Frysinger Committed by Mike Frysinger
Browse files

libiberty: {count,dup,write}argv: constify argv input slightly

Would be more useful if we could use "const char * const *", but there's
a long standing bug where gcc warns about incompatible pointers when you
try to pass in "char **".  We can at least constify the array itself as
gcc will not warn in that case.

From-SVN: r232089
parent acf93f1e
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment