aboutsummaryrefslogtreecommitdiff
path: root/src/regex/regex_test_lib.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-04-29 00:55:30 +0200
committerChristian Grothoff <christian@grothoff.org>2021-04-29 00:55:46 +0200
commitca3ebf1e59eb00ad101ba8b26e5185db4d785610 (patch)
tree6f4410620f4d0c3c75c694fa6bf434abd24fc96d /src/regex/regex_test_lib.c
parent919fd2f427e1a7dda53cd868804d03a61fb0aa87 (diff)
downloadgnunet-ca3ebf1e59eb00ad101ba8b26e5185db4d785610.tar.gz
gnunet-ca3ebf1e59eb00ad101ba8b26e5185db4d785610.zip
-fix compiler warnings
Diffstat (limited to 'src/regex/regex_test_lib.c')
-rw-r--r--src/regex/regex_test_lib.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/regex/regex_test_lib.c b/src/regex/regex_test_lib.c
index f8d3f993f..2fece6bff 100644
--- a/src/regex/regex_test_lib.c
+++ b/src/regex/regex_test_lib.c
@@ -93,6 +93,7 @@ c2i (char c, int size)
93} 93}
94 94
95 95
96#if DEBUG_REGEX
96/** 97/**
97 * Printf spaces to indent the regex tree 98 * Printf spaces to indent the regex tree
98 * 99 *
@@ -106,6 +107,9 @@ space (int n)
106} 107}
107 108
108 109
110#endif
111
112
109/** 113/**
110 * Printf the combined regex ctx. 114 * Printf the combined regex ctx.
111 * 115 *