VaRest icon indicating copy to clipboard operation
VaRest copied to clipboard

Compilation error on Xbox

Open scovertb opened this issue 1 year ago • 0 comments

https://github.com/ufna/VaRest/blob/726b46f7cd114d0dff07601d4358c9b88b06d4c3/Source/VaRest/Private/VaRestJsonParser.h#LL82C2-L82C8

The enum value EJSONToken::ERROR produces a syntax error when compiling for Xbox Series X, possibly as a result of a collision with an existing macro. I was able to resolve this locally by renaming it to TOKEN_ERROR.

scovertb avatar Jun 02 '23 20:06 scovertb