Snippets for acpica 20250807 from Alpine armhf
Sourced from https://build.alpinelinux.org/buildlogs/build-edge-armhf/main/acpica/acpica-20250807-r0.log.
-
../../../source/components/executer/extrace.c:304:56: warning: format '%lx' expects argument of type 'long unsigned int', but argument 7 has type 'UINT64' {aka 'long long unsigned int'} [-Wformat=] 304 | ACPI_DEBUG_PRINT_RAW((ACPI_DB_TRACE_POINT, "%lx", obj_desc->Integer.Value)); | ^~~~~ ~~~~~~~~~~~~~~~~~~~~~~~ | | | UINT64 {aka long long unsigned int} -
../../../source/include/platform/aclinux.h:332:39: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 332 | #define ACPI_CAST_PTHREAD_T(Pthread) ((ACPI_THREAD_ID) (Pthread)) | ^