Skip to content

Commit ae84f16

Browse files
committed
BUG/MINOR: debug: define DBG_FUNC_END() macro for non-debug mode
Version of the program changed to v1.2.15.
1 parent 2231993 commit ae84f16

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.2.14
1+
1.2.15

include/common/debug.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,7 @@ enum DBG_LEVEL_enum {
8585
# define F_DBG(...) while (0)
8686
# define W_DBG(...) while (0)
8787
# define DBG_FUNC(...) while (0)
88+
# define DBG_FUNC_END(f, ...) while (0)
8889
# define DBG_RETURN() return
8990
# define DBG_RETURN_EX(a,t,f) return a
9091
# define DBG_RETURN_INT(a) return a

src/.build-counter

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2494
1+
2495

0 commit comments

Comments
 (0)