I am trying to compile with emcc a c++ code written with visual studio 2013 and getting errors "use of undeclared identifier 'push'" on __pragma(warning(push)). These statements are parts of Microsoft macros that are included through stdio.h. Redefining __pragma to _Pragma and warning(push) to corresponding gcc compiler directive does not take any effect. Has anybody run into this issue and how it can be resolved?
I am trying to compile with emcc a c++ code written with visual studio 2013 and getting errors "use of undeclared identifier 'push'" on __pragma(warning(push)). These statements are parts of Microsoft macros that are included through stdio.h. Redefining __pragma to _Pragma and warning(push) to corresponding gcc compiler directive does not take any effect. Has anybody run into this issue and how it can be resolved?
--
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 emscripten-disc...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.