Implementation of Subscenes, SceneGroups and Gamemodes #857
Triggered via pull request
November 15, 2024 01:29
Status
Failure
Total duration
41m 32s
Artifacts
–
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/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]
|
MacOSX Latest Clang:
Engine/source/console/consoleFunctions.cpp#L2254
'fngenerateUUID' has C-linkage specified, but returns user-defined type 'EngineTypeTraits<Torque::UUID>::ReturnValueType' (aka 'Torque::UUID') which is incompatible with C [-Wreturn-type-c-linkage]
|
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]
|