Closed
Description
Hello, I'm trying to compile Re-Flex with Unreal Engine 5.5 and the setup is that all warnings are treated as errors. As such I get plenty of errors like this one:
Reflex\lib\pattern.cpp(1229): error C4456: declaration of 'k' hides previous local declaration
It's easily fixed on my side, however it's error-prone and I need to do it again every time I want to update.
There are a few others warnings but this is the main problem.