zephyr/subsys/cpp
Emil Gydesen 299ef2e5fe cpp: Fixed compile warning with extern array declaration
The extern array declaration of size 0 gives a warning when
compiling with GCC. Updated to use [] rather than [0].

Signed-off-by: Emil Gydesen <emil_gydesen@bose.com>
2020-06-09 14:42:16 +02:00
..
CMakeLists.txt
Kconfig kconfig: Replace some single-symbol 'if's with 'depends on' 2020-02-08 08:32:42 -05:00
cpp_ctors.c
cpp_dtors.c
cpp_init_array.c cpp: Fixed compile warning with extern array declaration 2020-06-09 14:42:16 +02:00
cpp_new.cpp
cpp_virtual.c
cpp_vtable.cpp