Skip to content

Removes old remaining refs to PauseMenu and associated input cleanups #720

Removes old remaining refs to PauseMenu and associated input cleanups

Removes old remaining refs to PauseMenu and associated input cleanups #720

Triggered via pull request June 29, 2024 01:48
Status Success
Total duration 29m 22s
Artifacts

build-macos-clang.yml

on: pull_request
Matrix: build-linux
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
MacOSX Latest Clang
ninja 1.12.1 is already installed and up-to-date. To reinstall 1.12.1, run: brew reinstall ninja
MacOSX Latest Clang: Engine/source/console/script.h#L55
second argument to 'va_start' is not the last named parameter [-Wvarargs]
MacOSX Latest Clang: Engine/source/console/script.h#L55
second argument to 'va_start' is not the last named parameter [-Wvarargs]
MacOSX Latest Clang: Engine/source/console/script.h#L55
second argument to 'va_start' is not the last named parameter [-Wvarargs]
MacOSX Latest Clang: Engine/source/console/script.h#L55
second argument to 'va_start' is not the last named parameter [-Wvarargs]
MacOSX Latest Clang: Engine/source/console/script.h#L55
second argument to 'va_start' is not the last named parameter [-Wvarargs]
MacOSX Latest Clang: Engine/source/console/consoleFunctions.cpp#L1062
'fnColorFloatToInt' has C-linkage specified, but returns user-defined type 'EngineTypeTraits<ColorI>::ReturnValueType' (aka 'ColorI') which is incompatible with C [-Wreturn-type-c-linkage]
MacOSX Latest Clang: Engine/source/console/consoleFunctions.cpp#L1074
'fnColorIntToFloat' has C-linkage specified, but returns user-defined type 'EngineTypeTraits<LinearColorF>::ReturnValueType' (aka 'LinearColorF') which is incompatible with C [-Wreturn-type-c-linkage]
MacOSX Latest Clang: Engine/source/console/consoleFunctions.cpp#L1112
'fnColorHEXToRGB' has C-linkage specified, but returns user-defined type 'EngineTypeTraits<ColorI>::ReturnValueType' (aka 'ColorI') which is incompatible with C [-Wreturn-type-c-linkage]
MacOSX Latest Clang: Engine/source/console/consoleFunctions.cpp#L1126
'fnColorHSBToRGB' has C-linkage specified, but returns user-defined type 'EngineTypeTraits<ColorI>::ReturnValueType' (aka 'ColorI') which is incompatible with C [-Wreturn-type-c-linkage]