CVS commit: src/external/lgpl3/gmp/lib/libgmp
"Roland Illig" <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.cvs |
|---|---|
| Message-ID | <[email protected]> |
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.