Changes between Initial Version and Version 1 of Ticket #69832, comment 9


Ignore:
Timestamp:
Apr 27, 2024, 1:00:55 PM (3 weeks ago)
Author:
RJVB (René Bertin)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #69832, comment 9

    initial v1  
    55[https://stackoverflow.com/a/2398003/1460868 To sum up, unspecified behavior is usually something you shouldn't worry about, unless your software is required to be portable.]
    66
    7 I'll leave it up to someone else to vet the patch I attached, which AFAICT does nothing more than make the compiler shut up about assigning or comparing an `unsigned int` to/with a (signed) `int`.
     7I'll leave it up to someone else to vet (and potentially commit) the patch I attached, which AFAICT does nothing more than make the compiler shut up about assigning or comparing an `unsigned int` to/with a (signed) `int`.