Menu

#144 -Wimplicit-function-declaration in __progname configure test

None
closed-fixed
None
5
2024-08-06
2024-07-27
Sam James
No

Originally reported downstream in Gentoo at https://bugs.gentoo.org/899868.

The __progname configure test currently relies on an implicit declaration of puts which fails with newer compilers like GCC 14 and Clang 16 that make -Wimplicit-function-declaration an error by default.

The attached patch fixes it.

1 Attachments

Discussion

  • Steven Schultz

    Steven Schultz - 2024-08-03
    • assigned_to: Steven Schultz
    • Group: -->
     
  • Steven Schultz

    Steven Schultz - 2024-08-03
    • status: open --> closed-fixed
     
  • Steven Schultz

    Steven Schultz - 2024-08-03

    patch applied

     
  • Sam James

    Sam James - 2024-08-06

    Thanks!

     

Log in to post a comment.