C functions throw C++ exceptions
jpouderoux opened this issue · 0 comments
jpouderoux commented
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