Re: [V2 mach:fix compiler warnings 1/3] fix a compile warning.

2024-10-20 Thread Samuel Thibault
Applied the series, thanks!

[V2 mach:fix compiler warnings 1/3] fix a compile warning.

2024-10-20 Thread jbra...@dismail.de
* vm/vm_page.c(vm_page_setup): %lu -> %zu vm/vm_page.c: In function 'vm_page_setup': vm/vm_page.c:1425:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1425 | printf("vm_page: page table size: %lu entrie