Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
GCC 14 complains: shmoverride.c: In function ...mmap_mfns...: shmoverride.c:96:30: error: ...calloc... sizes specified with ...sizeof... in the earlier argument and not in the later argument [-Werror=calloc-transposed-args] 96 | pfntable = calloc(sizeof(xen_pfn_t), shm_args_mfns->count); | ^~~~~~~~~ shmoverride.c:96:30: note: earlier argument should specify number of elements, later size of each element cc1: all warnings being treated as errors QubesOS/qubes-issues#8915
- Loading branch information