qemu_mode: fix more compiler warnings

This commit is contained in:
hexcoder-
2020-03-28 13:51:35 +01:00
parent 3c142efecf
commit 2aa7ddf1a8
2 changed files with 18 additions and 0 deletions

View File

@ -174,6 +174,7 @@ patch -p1 <../patches/configure.diff || exit 1
patch -p1 <../patches/tcg-runtime.diff || exit 1
patch -p1 <../patches/tcg-runtime-head.diff || exit 1
patch -p1 <../patches/translator.diff || exit 1
patch -p1 <../patches/__init__.py.diff || exit 1
echo "[+] Patching done."