mirror of
https://https.git.savannah.gnu.org/git/findutils.git
synced 2026-01-26 15:39:06 +00:00
* gnulib-local/lib/gcc-function-attributes.h: New header file, providing macros to allow portable use of GCC function attributes. * gnulib-local/modules/gcc-attributes: New (local) module. * bootstrap.conf (local_gl_dir): Set local_gl_dir so that we can use our new module. Use the gcc-attributes module. * find/defs.h: Include gcc-function-attributes.h. Delete our local macro ATTRIBUTE_NORETURN and use the one from the header file. * find/parser.c: Include gcc-function-attributes.h. Add _GL_ATTRIBUTE_NORETURN to parse_help, parse_version and pred_quit. * find/print.c (checked_fprintf): add attribute _GL_ATTRIBUTE_FORMAT_PRINTF to the function declaration.