Commit 28e4ee62 authored by captainwong's avatar captainwong

fix warning

parent 4306952e
...@@ -11,13 +11,13 @@ ...@@ -11,13 +11,13 @@
#ifndef JLIB_DISABLE_LOG #ifndef JLIB_DISABLE_LOG
#include <jlib/log2.h> #include <jlib/log2.h>
#else // JLIB_DISABLE_LOG #else // JLIB_DISABLE_LOG
#define init_logger #define init_logger(...)
#define JLOG_DBUG #define JLOG_DBUG(...)
#define JLOG_INFO #define JLOG_INFO(...)
#define JLOG_WARN #define JLOG_WARN(...)
#define JLOG_ERRO #define JLOG_ERRO(...)
#define JLOG_CRTC #define JLOG_CRTC(...)
#define JLOG_ALL #define JLOG_ALL(...)
class range_log { class range_log {
public: public:
...@@ -27,10 +27,10 @@ public: ...@@ -27,10 +27,10 @@ public:
#define AUTO_LOG_FUNCTION #define AUTO_LOG_FUNCTION
#define dump_hex #define dump_hex(...)
#define dump_asc #define dump_asc(...)
#define JLOG_HEX #define JLOG_HEX(...)
#define JLOG_ASC #define JLOG_ASC(...)
#endif // JLIB_DISABLE_LOG #endif // JLIB_DISABLE_LOG
namespace ademco namespace ademco
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment