]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Doxyfile: skip CHECK_PRINTF()
authorTaylor Yu <catalyst@torproject.org>
Mon, 9 Dec 2019 03:58:18 +0000 (21:58 -0600)
committerTaylor Yu <catalyst@torproject.org>
Mon, 9 Dec 2019 04:40:00 +0000 (22:40 -0600)
Part of ticket 30984.

Doxyfile.in

index c99f536e604d319fa9fd0a98b01f2ad5655adbf6..503c1302db1ce124b6f97383c351dfd30a3604ff 100644 (file)
@@ -2117,7 +2117,8 @@ PREDEFINED             = "MOCK_IMPL(a,b,c)=a b c" \
                          __attribute__(x)= \
                          "BEGIN_CONF_STRUCT(x)=struct x {" \
                          "END_CONF_STRUCT(x)=};" \
-                         "CONF_VAR(a,b,c,d)=b a;"
+                         "CONF_VAR(a,b,c,d)=b a;" \
+                         "CHECK_PRINTF(a, b)="
 
 
 # If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this