dselect: Add constVariableReference as a cppcheck suppression
commitad237253a1f0151fdded2fcf8329750c49507962
authorGuillem Jover <guillem@debian.org>
Sun, 25 Jun 2023 21:31:06 +0000 (25 23:31 +0200)
committerGuillem Jover <guillem@debian.org>
Sat, 8 Jul 2023 15:52:48 +0000 (8 17:52 +0200)
treef5baa3ff02fe934556eca5c6273473cff55fd443
parenta15183b4c1914789b944a761ab683d1a04dd89d9
dselect: Add constVariableReference as a cppcheck suppression

In cppcheck version 2.11 the constVariable has been split into multiple
checks, so we need to also suppress the new name for the already
suppressed one, to make it work in old and new versions.

Warned-by: cppcheck
Changelog: internal
dselect/pkgsublist.cc