Tree: Ignore empty lines. #237
Annotations
10 warnings
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Setup Cpp
Failed to install pipx: Error: Failed to install venv as it was not found via pip or the system package manager. Ignoring...
|
Build
comparison of integers of different signs: 'std::basic_string<char32_t>::value_type' (aka 'char32_t') and 'std::char_traits<wchar_t>::int_type' (aka 'int') [-Wsign-compare]
|
Build
unused parameter 'context' [-Wunused-parameter]
|
Build:
src/screen/Screen.cpp#L12
'codecvt_utf8_utf16<wchar_t, 1114111, 0>' is deprecated [-Wdeprecated-declarations]
|
Build:
src/screen/Screen.cpp#L12
'wstring_convert<std::codecvt_utf8_utf16<wchar_t, 1114111, 0>>' is deprecated [-Wdeprecated-declarations]
|
Build:
src/screen/Screen.cpp#L17
'codecvt_utf8_utf16<wchar_t, 1114111, 0>' is deprecated [-Wdeprecated-declarations]
|
Build:
src/screen/Screen.cpp#L17
'wstring_convert<std::codecvt_utf8_utf16<wchar_t, 1114111, 0>>' is deprecated [-Wdeprecated-declarations]
|
Build
non-void function does not return a value in all control paths [-Wreturn-type]
|
Build:
src/translator/grammar/Grammar.cpp#L298
variable 'error_count' set but not used [-Wunused-but-set-variable]
|
The logs for this run have expired and are no longer available.
Loading