KMP_SSCANF only evaluates to sscanf_s within
#if KMP_OS_WINDOWS && KMP_MSVC_COMPAT
so we need to pass the sscanf_s specific parameters within a similar
condition.
Differential D108196
[OpenMP] Fix the usage of sscanf on MinGW mstorsjo on Aug 17 2021, 3:17 AM. Authored by
Details KMP_SSCANF only evaluates to sscanf_s within #if KMP_OS_WINDOWS && KMP_MSVC_COMPAT so we need to pass the sscanf_s specific parameters within a similar
Diff Detail
|