Stefan Weil <s...@weilnetz.de> 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 <s...@weilnetz.de>
Reviewed-by: Juan Quintela <quint...@redhat.com> This makes -Werror + cross mingw64 cross-compiler for win64 work for me. Thanks, Juan.