https://bugs.kde.org/show_bug.cgi?id=473604
Mark Wielaard <m...@klomp.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 CC| |m...@klomp.org Status|REPORTED |CONFIRMED --- Comment #1 from Mark Wielaard <m...@klomp.org> --- Seeing the same warning (not an error) with gcc 13.2.1: gcc -DHAVE_CONFIG_H -I. -I../.. -I../.. -I../../include -I../../coregrind -I../../include -I../../VEX/pub -I../../VEX/pub -DVGA_amd64=1 -DVGO_linux=1 -DVGP_amd64_linux=1 -DVGPV_amd64_linux_vanilla=1 -DVGA_SEC_x86=1 -DVGP_SEC_amd64_linux=1 -Winline -Wall -Wshadow -Wno-long-long -g -fno-stack-protector -m64 -Wno-uninitialized -MT bug472219-bug472219.o -MD -MP -MF .deps/bug472219-bug472219.Tpo -c -o bug472219-bug472219.o `test -f 'bug472219.c' || echo './'`bug472219.c bug472219.c: In function ‘main’: bug472219.c:14:4: warning: implicit declaration of function ‘ppoll’; did you mean ‘poll’? [-Wimplicit-function-declaration] 14 | ppoll(fds, 2, &timeout, NULL); | ^~~~~ | poll -- You are receiving this mail because: You are watching all bug changes.