]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
suppress cppcheck warning: constArgument
authorMark Andrews <marka@isc.org>
Tue, 1 Oct 2019 10:56:13 +0000 (20:56 +1000)
committerMark Andrews <marka@isc.org>
Tue, 1 Oct 2019 23:25:00 +0000 (09:25 +1000)
lib/isc/tests/random_test.c

index 99033dacfa09555b113472219f77c0df3e68303f..b28f7135855730ab4257e255b9581af72cc49dd9 100644 (file)
@@ -352,6 +352,7 @@ random_test(pvalue_func_t *func) {
        histogram[10] = 0;
 
        /* Pre-requisite that at least 55 sequences are processed. */
+       /* cppcheck-suppress constArgument */
        assert_true(m >= 55);
 
        if (verbose) {