> 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
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'