On 06/12/2018 01:10, Krishna Addepalli wrote:
Hi Sergey,

I got this error while compiling: warning C4530: C++ exception handler used, 
but unwind semantics are not enabled. Specify /EHsc.
I couldn't immediately figure out how to specify that option, so I disabled 
that warning (4530).
Now I corrected this as well as making the filePath a local variable.
Here is the updated webrev:  
http://cr.openjdk.java.net/~kaddepalli/8196681/webrev06

But what new code required this option? As far as I understand part of
this option is to "tells the compiler to assume that
functions declared as extern "C" never throw a C++ exception."
I am not sure that this is correct assumption, is it?


--
Best regards, Sergey.

Reply via email to