From 2789c7e49575b1df0ddf8f31f0c808eedf333970 Mon Sep 17 00:00:00 2001 From: riccardom Date: Sat, 31 Oct 2009 18:31:54 +0000 Subject: [PATCH] Shut up annoying gcc warning about initialization vs declaration order. --- desmume/src/commandline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desmume/src/commandline.cpp b/desmume/src/commandline.cpp index aa6702c6d..399650d49 100644 --- a/desmume/src/commandline.cpp +++ b/desmume/src/commandline.cpp @@ -40,10 +40,10 @@ CommandLine::CommandLine() , _record_movie_file(0) , _cflash_image(0) , _cflash_path(0) -, _num_cores(-1) , _bios_arm9(NULL) , _bios_arm7(NULL) , _bios_swi(0) +, _num_cores(-1) { load_slot = 0; arm9_gdb_port = arm7_gdb_port = 0;