https://bugs.kde.org/show_bug.cgi?id=369439
--- Comment #5 from Christian Borntraeger <borntrae...@de.ibm.com> --- FWIW, I had to remove the static from inner and outer iter in high_word.c as gcc did not recognize the dependency with some compilers: high-word.c:8:13: warning: ‘inner_iter’ defined but not used [-Wunused-function] static void inner_iter() { putchar('.'); } ^ high-word.c:9:13: warning: ‘outer_iter’ defined but not used [-Wunused-function] static void outer_iter() { putchar('+'); } ^ -- You are receiving this mail because: You are watching all bug changes.