Thank you... I'm just trying to get it clear what exactly is being flagged as an issue.
We have a constant declared as so, and usages of our macro are being flagged with the error above. Is it just detecting the 0x7ffffffff literal usage? static const uint32_t kIEEENotANumber = 0x7fffffff; #define FloatNaN ((const float*)(&kIEEENotANumber)) -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
