Fixes to gcc and debugs and such.

This commit is contained in:
Lirusaito
2016-02-15 16:35:31 -05:00
parent 731e907653
commit c3e593c20e
5 changed files with 10 additions and 9 deletions

View File

@@ -47,9 +47,9 @@ extern "C" {
#include "apr_dso.h"
}
#define DEBUGMSG(...) LL_DEBUGS() << llformat(__VA_ARGS__) << llendl
#define INFOMSG(...) LL_INFOS() << llformat(__VA_ARGS__) << llendl
#define WARNMSG(...) LL_WARNS() << llformat(__VA_ARGS__) << llendl
#define DEBUGMSG(...) LL_DEBUGS() << llformat(__VA_ARGS__) << LL_ENDL
#define INFOMSG(...) LL_INFOS() << llformat(__VA_ARGS__) << LL_ENDL
#define WARNMSG(...) LL_WARNS() << llformat(__VA_ARGS__) << LL_ENDL
#define LL_DBUS_SYM(REQUIRED, DBUSSYM, RTN, ...) RTN (*ll##DBUSSYM)(__VA_ARGS__) = NULL
#include "llappviewerlinux_api_dbus_syms_raw.inc"