Actually it looks like there is an LLVM backend flag, --emscripten-warn-noncanonical-nans=false should disable it, but I don't see that we added the code to accept that in emcc.py and pass it through...
It would be good to fix that if someone's interested. On Tue, Apr 17, 2018 at 3:04 PM, Corey Lucier <[email protected]> wrote: > Naive question..is there a quick and dirty way to filter the warning (with > an em++ argument?). > > -C > > -- > 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. > -- 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.
