tronkko / dirent

C/C++ library for retrieving information on files and directories

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

MSVC 14.27.29110 Fails to Compile

mewtwo532 opened this issue · comments

C2362- Initialization of 'p' is skipped by 'goto exit_closedir' - line 414
C2362 - Initialization of 'ok' is skipped by 'goto exit_failure' - line 760

Using Visual Studio Community 2019, fails when attempting to compile C++ this header included.

This only occurs with conformance mode on.

C2362- Initialization of 'p' is skipped by 'goto exit_closedir' - line 414
C2362 - Initialization of 'ok' is skipped by 'goto exit_failure' - line 760

me too

Can you verify that this issue is now fixed?

Yes, the issue is now fixed. Thank You.