Skip to content

Merge pull request #1281 from marauder2k9-torque/expanded-options-for… #683

Merge pull request #1281 from marauder2k9-torque/expanded-options-for…

Merge pull request #1281 from marauder2k9-torque/expanded-options-for… #683

Triggered via push May 17, 2024 07:31
Status Success
Total duration 33m 10s
Artifacts
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]