-
- Downloads
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
Showing
- include/ChangeLog 5 additions, 0 deletionsinclude/ChangeLog
- include/libiberty.h 3 additions, 3 deletionsinclude/libiberty.h
- libiberty/ChangeLog 6 additions, 0 deletionslibiberty/ChangeLog
- libiberty/argv.c 6 additions, 6 deletionslibiberty/argv.c
- libiberty/functions.texi 3 additions, 3 deletionslibiberty/functions.texi
Loading
Please register or sign in to comment