Change #266215
| Category | ggrep |
| Changed by | Jim Meyering <meyering@meta.com> |
| Changed at | Sun 03 May 2026 19:21:14 |
| Repository | git://git.savannah.gnu.org/grep.git |
| Project | ggrep |
| Branch | master |
| Revision | 90fa14935cd549811c4af24f2775fb9a02ed9312 |
Comments
build: avoid new failure when combining --enable-gcc-warnings and GCC16
* configure.ac: Add gl_WARN_ADD([-Wno-keyword-macro]), to suppress many
new warnings like this from GCC16:
./config.h:2418:9: warning: keyword 'restrict' defined as macro\
[-Wkeyword-macro]
2418 | #define restrict __restrict__
Changed files
- configure.ac