Code cleanup: fix some vs2012 compiler warnings
This commit is contained in:
@@ -113,8 +113,8 @@ const char *bl_locale_pgettext(const char *msgctxt, const char *msgid)
|
||||
return r;
|
||||
return msgid;
|
||||
}
|
||||
catch(std::exception const &e) {
|
||||
catch(std::exception const &) {
|
||||
// std::cout << "bl_locale_pgettext(" << msgctxt << ", " << msgid << "): " << e.what() << " \n";
|
||||
return msgid;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user