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).
Joachim
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: