CtrlLib: Fixed some gtg WARNINGs

git-svn-id: svn://ultimatepp.org/upp/trunk@13009 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2019-04-18 10:45:26 +00:00
parent 8b7a1ffb0c
commit 64633ff7be
3 changed files with 3 additions and 3 deletions

View file

@ -14,6 +14,7 @@ void CatchError(const gchar *log_domain,
const gchar *message,
gpointer user_data)
{
RLOG((const char *)message);
__BREAK__;
}
#endif