git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28197
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
va_list argptr;
va_start(argptr, szFormat);
wxVLogFatalError(szFormat, argptr);
va_list argptr;
va_start(argptr, szFormat);
wxVLogFatalError(szFormat, argptr);
+
+ // some compilers warn about unreachable code and it shouldn't matter
+ // for the others anyhow...
+ //va_end(argptr);
}
// same as info, but only if 'verbose' mode is on
}
// same as info, but only if 'verbose' mode is on