Fix one warning
This commit is contained in:
+1
-1
@@ -217,7 +217,7 @@ public:
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Adds the corresponding entires in matching tree and handler list */
|
/* Adds the corresponding entires in matching tree and handler list */
|
||||||
void add(std::vector<std::string> methods, std::string pattern, fu2::unique_function<bool(HttpRouter *)> &&handler, int priority = MEDIUM_PRIORITY) {
|
void add(std::vector<std::string> methods, std::string pattern, fu2::unique_function<bool(HttpRouter *)> &&handler, uint32_t priority = MEDIUM_PRIORITY) {
|
||||||
for (std::string method : methods) {
|
for (std::string method : methods) {
|
||||||
/* Lookup method */
|
/* Lookup method */
|
||||||
Node *node = getNode(&root, method, false);
|
Node *node = getNode(&root, method, false);
|
||||||
|
|||||||
Reference in New Issue
Block a user