Stefan Weil <[email protected]> wrote: > getpagesize on Linux returns an int. Fix QEMU's implementation for > Windows to return an int (instead of size_t), too. > > This fixes a compiler warning which was introduced recently > (commit 093e3c42). > > Signed-off-by: Stefan Weil <[email protected]>
Reviewed-by: Juan Quintela <[email protected]> This makes -Werror + cross mingw64 cross-compiler for win64 work for me. Thanks, Juan.
