You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MSVS throws some warnings for functions declared in single_mmc_wrapper.h: they are declared as extern C functions, but in their definitions, C++ exceptions can be thrown (which is not supposed to happen in C functions for sure).
Hi,
MSVS throws some warnings for functions declared in
single_mmc_wrapper.h: they are declared as extern C functions, but in their definitions, C++ exceptions can be thrown (which is not supposed to happen in C functions for sure).Joachim