From: Paul F. <pj...@wa...> - 2024-04-27 12:06:11
|
On 25-04-24 19:09, Simon Sobisch wrote: > > > Am 25.04.2024 um 20:55 schrieb Paul Floyd via Valgrind-users: >> >> On 25-04-24 14:39, Simon Sobisch wrote: >> >>> 3. compile warnings with clang on arm64 (in multiple files/positions >>> with different arguments to the macros CALL_FN_W_W, CALL_FN_W_WW, >>> CALL_FN_W_WWW and CALL_FN_W_WWWW): >> >> For the arm64 warnings, what OS were you usung? > > That was Android running within Termux. Which version of clang is that using? And does it use any extra compiler flags? FreeBSD 14 with clang 16 (and 18) only produces a couple of warnings: integer.c:30:21: warning: unused function 'randUChar' [-Wunused-function] and arm64_features.c:28:1: warning: non-void function does not return a value in all control paths [-Wreturn-type] (well, they did, I just fixed them). I also tried adding -Winline-asm, still no warnings. A+ Paul |