]> git.ipfire.org Git - thirdparty/cups-filters.git/commit
foomatic-rip: fix compilation with -fno-common 184/head
authorMartin Wilck <mwilck@suse.com>
Thu, 9 Jan 2020 09:20:46 +0000 (10:20 +0100)
committerMartin Wilck <mwilck@suse.com>
Thu, 9 Jan 2020 09:20:46 +0000 (10:20 +0100)
commite6c5025df307d3e8c79c3cd801780e4570f8607e
treedf6b38de346e3dc9963f98825d938712e93c7161
parent9a2db8beb61c73bd1ebde2115ef33668c12a59ee
foomatic-rip: fix compilation with -fno-common

Starting from the upcoming GCC release 10, the default of -fcommon option will
change to -fno-common. This causes compilation errors in foomatic-rip. These
seem to be due to missing "external" declarations.

https://gcc.gnu.org/onlinedocs/gcc-9.2.0/gcc/Code-Gen-Options.html#index-fno-common
filter/foomatic-rip/foomaticrip.c
filter/foomatic-rip/options.c