Browse Source

[2507] Suppress another false positive

first is used in the condition during the next iteration of the loop.
Mukund Sivaraman 12 years ago
parent
commit
00ae760dd4
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/bin/dhcp6/tests/config_parser_unittest.cc

+ 1 - 0
src/bin/dhcp6/tests/config_parser_unittest.cc

@@ -99,6 +99,7 @@ public:
             if (!first) {
                 stream << ", ";
             } else {
+                // cppcheck-suppress unreadVariable
                 first = false;
             }
             if (param.first == "name") {