Skip to content

Expanded options for vhacd #682

Expanded options for vhacd

Expanded options for vhacd #682

Triggered via pull request May 16, 2024 20:21
Status Failure
Total duration 27m 42s
Artifacts

build-macos-clang.yml

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

Annotations

1 error and 10 warnings
MacOSX Latest Clang
Process completed with exit code 134.
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]