On Mon, Apr 14, 2014 at 3:53 PM, Dirk Hohndel <[email protected]> wrote:
> On Mon, 2014-04-14 at 14:41 -0700, Linus Torvalds wrote:
>> + const char hostname[64];
Ugh, yes, that "const" is bogus. It was "const char *" with a helper
function in an earlier incantation, and then I made it a direct array
and the "const" stayed around.
> clang seems to think this is naughty:
gcc has too, I obviously never even compiled the last version.
Just remove the "const", and it should be ok. Sorry about that,
Linus
_______________________________________________
subsurface mailing list
[email protected]
http://lists.hohndel.org/cgi-bin/mailman/listinfo/subsurface