libtool icon indicating copy to clipboard operation
libtool copied to clipboard

Fix Wstrict-prototypes warnings

Open petk opened this issue 1 year ago • 0 comments

This changes the C function prototypes to use void where needed. When building with CFLAGS=-Werror=strict-prototypes or similar, the libtool's tests can cause false reports and errors in the log files:

error: function declaration isn't a prototype

Related to https://github.com/php/php-src/pull/13732

Edit: patch sent also to the libtool-patches mailing list.

petk avatar Mar 18 '24 00:03 petk