x86emu: prevent warnings about uninitialized vars

Fixes #1522
This commit is contained in:
Christian Prochaska 2015-05-13 17:56:51 +02:00 committed by Christian Helmuth
parent 526d6eed1c
commit d554200e5a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
X86EMU_DIR = $(call select_from_ports,x86emu)/src/lib/x86emu/contrib
INC_DIR += $(X86EMU_DIR) $(REP_DIR)/include/x86emu
CC_OPT += -fomit-frame-pointer
CC_OPT += -fomit-frame-pointer -Wno-maybe-uninitialized
SRC_C = decode.c fpu.c ops.c ops2.c prim_ops.c sys.c