Re: vasnprintf.c: Remove some compiler warnings.

2015-03-02 Thread Werner LEMBERG
> Generally speaking the compiler warnings you're talking about cause > false alarms so often that they're more trouble than they're worth. > For example, if P and Q are pointers into the same array and P <= Q, > it's quite normal to compute Q-P and store the result into a size_t > variable. No q

Re: vasnprintf.c: Remove some compiler warnings.

2015-03-02 Thread Paul Eggert
Generally speaking the compiler warnings you're talking about cause false alarms so often that they're more trouble than they're worth. For example, if P and Q are pointers into the same array and P <= Q, it's quite normal to compute Q-P and store the result into a size_t variable. Although I'