添加了log.h重复包含时的警告信息

This commit is contained in:
xinyang
2019-04-15 13:04:28 +08:00
parent bdcd537b0b
commit f891f1da34

View File

@@ -136,4 +136,6 @@
#else
#define CNT_TIME(str_ctrs, tag, codes, ...) codes
#endif
#else /* _LOG_H_ */
#warning "Multiple include of log.h, some settings may not work."
#endif /* _LOG_H_ */