]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
Fix build failure with GCC 15 and -std=c23 (#618)
authorzdohnal <zdohnal@redhat.com>
Tue, 11 Feb 2025 08:40:59 +0000 (09:40 +0100)
committerGitHub <noreply@github.com>
Tue, 11 Feb 2025 08:40:59 +0000 (09:40 +0100)
commit9871a50b5c1f9c2caa2754aac1f5db70c886021b
tree1440d67d954815ab09adf8a4af19b4a6392d6e2b
parent7e9a9902a761b915c0a54d87921dae6a67f3681d
Fix build failure with GCC 15 and -std=c23 (#618)

The newest standard has more strict data type checks, function pointers
in function prototypes have to declare data types of its arguments.
filter/foomatic-rip/process.h