Shut up annoying gcc warning about initialization vs declaration order.
This commit is contained in:
parent
2922015e6a
commit
2789c7e495
|
@ -40,10 +40,10 @@ CommandLine::CommandLine()
|
||||||
, _record_movie_file(0)
|
, _record_movie_file(0)
|
||||||
, _cflash_image(0)
|
, _cflash_image(0)
|
||||||
, _cflash_path(0)
|
, _cflash_path(0)
|
||||||
, _num_cores(-1)
|
|
||||||
, _bios_arm9(NULL)
|
, _bios_arm9(NULL)
|
||||||
, _bios_arm7(NULL)
|
, _bios_arm7(NULL)
|
||||||
, _bios_swi(0)
|
, _bios_swi(0)
|
||||||
|
, _num_cores(-1)
|
||||||
{
|
{
|
||||||
load_slot = 0;
|
load_slot = 0;
|
||||||
arm9_gdb_port = arm7_gdb_port = 0;
|
arm9_gdb_port = arm7_gdb_port = 0;
|
||||||
|
|
Loading…
Reference in New Issue