diff options
Diffstat (limited to 'icespider/testing/testRequest.cpp')
-rw-r--r-- | icespider/testing/testRequest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/icespider/testing/testRequest.cpp b/icespider/testing/testRequest.cpp index 1c0d9cb..5aa5bce 100644 --- a/icespider/testing/testRequest.cpp +++ b/icespider/testing/testRequest.cpp @@ -10,7 +10,9 @@ namespace IceSpider { { namespace ba = boost::algorithm; auto path = p.substr(1); + // NOLINTNEXTLINE(clang-analyzer-cplusplus.NewDeleteLeaks) if (!path.empty()) { + // NOLINTNEXTLINE(clang-analyzer-cplusplus.NewDeleteLeaks) ba::split(url, path, ba::is_any_of("/"), ba::token_compress_off); } } |