| [ Web Proxy ] |
| Viewing: https://raw.githubusercontent.com/cppcheck-opensource/cppcheck/main/samples/unreadVariable/bad.cpp | [Back] [Original] |
void foo(const std::string&, const std::string&);
int main()
{
std::string s1 = "test1", s2 = "test2";
foo(s1, s1);
}
| Web Proxy Viewer | New URL | Original Page |