loader: Silence Wmissing-field-initializers warnings (#499)
Specifying 0 as the initial entry of a structure is a C-ism. C++ permits
using an empty set of braces to signify the same behavior, silencing
missing initializer warnings.
1 parent 753958d commit b237168ec7cd49c1924920b2e0b53d857e11ee09
@Mat M Mat M authored on 5 Apr 2019
SciresM committed on 5 Apr 2019
Showing 11 changed files
View
stratosphere/loader/source/ldr_content_management.cpp
View
stratosphere/loader/source/ldr_debug_monitor.cpp
View
stratosphere/loader/source/ldr_launch_queue.cpp
View
stratosphere/loader/source/ldr_map.cpp
View
stratosphere/loader/source/ldr_npdm.cpp
View
stratosphere/loader/source/ldr_nro.cpp
View
stratosphere/loader/source/ldr_nso.cpp
View
stratosphere/loader/source/ldr_process_creation.cpp
View
stratosphere/loader/source/ldr_process_manager.cpp
View
stratosphere/loader/source/ldr_registration.cpp
View
stratosphere/loader/source/ldr_ro_service.cpp