Skip to content

Commit cb927e9

Browse files
committed
Fixed missing declaration warning.
1 parent ac30f19 commit cb927e9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/detail/uri_resolve.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ void remove_last_segment(std::string& path) {
2626
}
2727

2828
// implementation of http://tools.ietf.org/html/rfc3986#section-5.2.4
29+
static
2930
std::string remove_dot_segments(std::string input) {
3031
std::string result;
3132

0 commit comments

Comments
 (0)