We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d435fc commit de32b05Copy full SHA for de32b05
src/ddebug.h
@@ -19,7 +19,8 @@
19
20
#include <stdarg.h>
21
22
-static void dd(const char* fmt, ...) {
+static ngx_inline void
23
+dd(const char* fmt, ...) {
24
}
25
26
# endif
@@ -34,7 +35,8 @@ static void dd(const char* fmt, ...) {
34
35
36
37
38
39
40
41
42
@@ -69,4 +71,3 @@ static void dd(const char* fmt, ...) {
69
71
#endif
70
72
73
#endif /* DDEBUG_H */
-
0 commit comments