From: Michael Tokarev Date: Mon, 9 Dec 2013 08:18:46 +0000 (+0400) Subject: vl: make boot_strict variable static (not used outside vl.c) X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=6f2bfda35cf1c7b8a5913570b808396ab9299873;p=qemu.git vl: make boot_strict variable static (not used outside vl.c) Signed-off-by: Michael Tokarev Reviewed-by: Amos Kong --- diff --git a/vl.c b/vl.c index 7511e7036c..ed8debb4e0 100644 --- a/vl.c +++ b/vl.c @@ -230,7 +230,7 @@ int ctrl_grab = 0; unsigned int nb_prom_envs = 0; const char *prom_envs[MAX_PROM_ENVS]; int boot_menu; -bool boot_strict; +static bool boot_strict; uint8_t *boot_splash_filedata; size_t boot_splash_filedata_size; uint8_t qemu_extra_params_fw[2];