--
Peter Kokot
From 8477915fdf027a813dfecb9e635f628a9df2ccf6 Mon Sep 17 00:00:00 2001
From: Peter Kokot
Date: Mon, 18 Mar 2024 01:28:15 +0100
Subject: [PATCH] Fix Wstrict-prototypes warnings
This changes the C function prototypes to use void where needed. When
building with CFLAGS=-Werror=strict-
ted as errors
Some errors are related to Autoconf, which has fixed most of these in
2.72 already. And this patch (hopefully) fixes most if not all those
related to Libtool.
Libtool version: 2.4.7
Compiler: GCC 13.2
Issue is that some compilers might enable strict-prototypes by default
in future versions.
--
Peter Kokot