Missing mt_ascope stubs if MTRACE 0

上级 c5705631
...@@ -145,6 +145,8 @@ class mt_ascope ...@@ -145,6 +145,8 @@ class mt_ascope
{ {
public: public:
explicit mt_ascope(const char *fmt, ...) {} explicit mt_ascope(const char *fmt, ...) {}
void open(const char *fmt, ...) {}
void close() {}
}; };
#define mtreadavar(fmt, ...) do { } while (0) #define mtreadavar(fmt, ...) do { } while (0)
#define mtwriteavar(fmt, ...) do { } while (0) #define mtwriteavar(fmt, ...) do { } while (0)
......
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论