Skip to content
Snippets Groups Projects
Commit 5ffcfeac authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

WRG: version-config.cpp warning correction : suppress unused variable 'pos3'

parent 5316f2bf
Branches
Tags
No related merge requests found
......@@ -49,7 +49,6 @@ int main(int argc, char* argv[])
std::string releaseVersion = "0";
std::string::size_type pos1 = std::string::npos;
std::string::size_type pos2 = std::string::npos;
std::string::size_type pos3 = std::string::npos;
pos1 = versionNumber.find(".", 0);
if(pos1 != std::string::npos)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment