https://sourceware.org/bugzilla/show_bug.cgi?id=32392
Bug ID: 32392 Summary: [2.44 Regression] gprofng fails to build on i686-linux-gnu Product: binutils Version: 2.44 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gprofng Assignee: vladimir.mezentsev at oracle dot com Reporter: doko at debian dot org Target Milestone: --- seen with trunk 20241126 on i686-linux-gnu: ../../../gprofng/libcollector/libcol_util.c: In function ‘__collector_util_init’: ../../../gprofng/libcollector/libcol_util.c:1189:35: error: assignment to ‘ssize_t (*)(int, const void *, size_t, off_t)’ {aka ‘int (*)(int, const void *, unsigned int, long int)’} from incompatible pointer type ‘ssize_t (*)(int, void *, size_t, off_t)’ {aka ‘int (*)(int, void *, unsigned int, long int)’} [-Wincompatible-pointer-types] 1189 | __collector_util_funcs.pwrite = (ssize_t (*)(int, void*, size_t, off_t))ptr; | ^ make[6]: *** [Makefile:736: libgp_collector_la-libcol_util.lo] Error 1 -- You are receiving this mail because: You are on the CC list for the bug.