HoudiniEngineForUnreal icon indicating copy to clipboard operation
HoudiniEngineForUnreal copied to clipboard

Static cast on non used variable compilation error on linux

Open loicleinot opened this issue 3 years ago • 1 comments

Here :

https://github.com/sideeffects/HoudiniEngineForUnreal/blob/f56869fd4545d449e9d0df86ba4686bc29895dfa/Source/HoudiniEngineRuntime/Private/UnrealObjectInputRuntimeTypes.cpp#L425 & https://github.com/sideeffects/HoudiniEngineForUnreal/blob/f56869fd4545d449e9d0df86ba4686bc29895dfa/Source/HoudiniEngineRuntime/Private/UnrealObjectInputRuntimeTypes.cpp#L442

The static cast for a variable that is not used cause a compilation error on linux

loicleinot avatar Aug 17 '22 21:08 loicleinot

I have the same error I want to fix it too

i use ENV: ubuntu22.04 x11 gcc(g++)11.2.0 houdini19.5.303 UE5.0.3 build branch:Houdini19.0-Unreal5.00

initcard avatar Aug 20 '22 12:08 initcard