Mike Schaadt a écrit :
after some extra testing I found that it's not that my modification
would forbid that, but it would complain about the second parameter
not being const(which I thought that the compiler would be fine with
auto promoting the WCHAR ** to const WCHAR **). Fair enoug then.
Str
after some extra testing I found that it's not that my modification
would forbid that, but it would complain about the second parameter
not being const(which I thought that the compiler would be fine with
auto promoting the WCHAR ** to const WCHAR **). Fair enoug then.
Strike those modifications.
Mike Schaadt a écrit :
string.c:
strtolW and strtoulW - constify the endptr value. This is just an
output value to indicate where in the array we stoped processing.
Change causes this to be the same type as the first value. Reduces
number of cast-qual warnings by 6.
lnk.c:
dump_pi
Some of this was included in the patch submission. Some of it I had
questions about.
spawn.c : warnings may or may not be harmless depending on if esecvp
attempts to modify the results. Specs indicate it doesn't, but the function
typing doesn't indicate so(the difference is 'const char * const