We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2971f5 commit e883a2cCopy full SHA for e883a2c
libraries/WebServer/src/Parsing.cpp
@@ -32,7 +32,7 @@
32
33
#define __STR(a) #a
34
#define _STR(a) __STR(a)
35
-const char *_http_method_str[] = {
+static const char *_http_method_str[] = {
36
#define XX(num, name, string) _STR(name),
37
HTTP_METHOD_MAP(XX)
38
#undef XX
0 commit comments