Feature: orderlist Importing / Exporting. #615
Annotations
13 errors and 12 warnings
Mac OS (arm64) / CI:
src/fios_gui.cpp#L766
implicit instantiation of undefined template 'std::basic_stringstream<char>'
|
Mac OS (arm64) / CI
Process completed with exit code 2.
|
Linux (GCC - Dedicated) / CI:
src/fios_gui.cpp#L766
aggregate ‘std::stringstream buffer’ has incomplete type and cannot be defined
|
Linux (GCC - Dedicated) / CI
Process completed with exit code 2.
|
Linux (GCC - SDL2) / CI:
src/fios_gui.cpp#L766
aggregate ‘std::stringstream buffer’ has incomplete type and cannot be defined
|
Linux (GCC - SDL2) / CI
Process completed with exit code 2.
|
Emscripten / CI:
src/fios_gui.cpp#L766
implicit instantiation of undefined template 'std::basic_stringstream<char>'
|
Emscripten / CI
Process completed with exit code 2.
|
Linux (Clang - Debug) / CI:
src/schdispatch_cmd.cpp#L860
'value' is a protected member of 'StrongType::Typedef<long, StateTicksTag, StrongType::Compare, StrongType::IntegerDelta<StrongType::Typedef<long, StateTicksDeltaTag, StrongType::Compare, StrongType::IntegerScalable, DateDetail::StateTicksDeltaOperations>>>'
|
Linux (Clang - Debug) / CI
Process completed with exit code 2.
|
Linux (Clang - Release) / CI:
src/schdispatch_cmd.cpp#L860
'value' is a protected member of 'StrongType::Typedef<long, StateTicksTag, StrongType::Compare, StrongType::IntegerDelta<StrongType::Typedef<long, StateTicksDeltaTag, StrongType::Compare, StrongType::IntegerScalable, DateDetail::StateTicksDeltaOperations>>>'
|
Linux (Clang - Release) / CI
Process completed with exit code 2.
|
Check Annotations
24 annotation(s) found
|
Mac OS (arm64) / CI:
src/fios_gui.cpp#L817
unused variable 'type' [-Wunused-variable]
|
Linux (GCC - Dedicated) / CI:
src/fios_gui.cpp#L817
unused variable ‘type’ [-Wunused-variable]
|
Linux (GCC - SDL2) / CI:
src/fios_gui.cpp#L817
unused variable ‘type’ [-Wunused-variable]
|
Emscripten / CI:
src/fios_gui.cpp#L817
unused variable 'type' [-Wunused-variable]
|
Linux (Clang - Debug) / CI:
src/fios_gui.cpp#L817
unused variable 'type' [-Wunused-variable]
|
Linux (Clang - Debug) / CI:
src/fios_gui.cpp#L1128
variable 'sld' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
|
Linux (Clang - Debug) / CI:
src/order_gui.cpp#L1551
private field 'vehicle_id' is not used [-Wunused-private-field]
|
Linux (Clang - Release) / CI:
src/fios_gui.cpp#L817
unused variable 'type' [-Wunused-variable]
|
Linux (Clang - Release) / CI:
src/fios_gui.cpp#L1128
variable 'sld' is used uninitialized whenever 'if' condition is false [-Wsometimes-uninitialized]
|
Linux (Clang - Release) / CI:
src/order_gui.cpp#L1551
private field 'vehicle_id' is not used [-Wunused-private-field]
|
Windows (x64) / CI:
src/fios_gui.cpp#L817
'type': local variable is initialized but not referenced
|
Windows (x86) / CI:
src/fios_gui.cpp#L817
'type': local variable is initialized but not referenced
|