diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-02-10 00:47:13 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-02-10 00:47:13 +0300 |
commit | e19faa6874b92a949703e37e07e912c693545496 (patch) | |
tree | b2994bd23677ca428e07dc161539e155493cac6e /src/utils | |
parent | 5cd5d1af6781f101b38477e7d14ffbad0865796e (diff) | |
download | plus-e19faa6874b92a949703e37e07e912c693545496.tar.gz plus-e19faa6874b92a949703e37e07e912c693545496.tar.bz2 plus-e19faa6874b92a949703e37e07e912c693545496.tar.xz plus-e19faa6874b92a949703e37e07e912c693545496.zip |
Fix compilation warnings.
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/paramerers.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/utils/paramerers.cpp b/src/utils/paramerers.cpp index 42050c2a4..12c20a18e 100644 --- a/src/utils/paramerers.cpp +++ b/src/utils/paramerers.cpp @@ -103,7 +103,6 @@ bool splitParameters(StringVect &tokens, const char quote) { size_t idx = findNextSplit(text, separator, quote); - std::string item; while (idx != std::string::npos) { |