Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/external/lgpl3/gmp/lib/libgmp



Module Name:    src
Committed By:   rillig
Date:           Sat Apr 18 21:19:15 UTC 2026

Modified Files:
        src/external/lgpl3/gmp/lib/libgmp: Makefile

Log Message:
libgmp: suppress the most common lint warnings

Lint no longer issues warning 259 about prototypes, as that warning is
only useful when migrating from traditional C to C90. In other
scenarios, warning 298 about loss of accuracy has taken its place.


To generate a diff of this commit:
cvs rdiff -u -r1.35 -r1.36 src/external/lgpl3/gmp/lib/libgmp/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index