Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
proc_loadavg.c: Fix incompatible integer to pointer conversion
Newer compiler like Clang 16 and GCC 14 have certain error enabled by default, namely -Werror=incompatible-function-pointer-types. Which resutls in build error such as: proc_loadavg.c:606:10: error: incompatible integer to pointer conversion returning int from a function with result type pthread_t My patch supresses the error for now, but a proper fix would be better. Fist discovered on Gentoo linux (bug #894348). Bug: https://bugs.gentoo.org/894348 Closes: #561 Signed-off-by: Brahmajit Das <[email protected]>
- Loading branch information