From 20a0d75ba1f269136c83d9179ae6fb81ca7b0770 Mon Sep 17 00:00:00 2001 From: Shahram Najm Date: Tue, 3 Mar 2020 16:00:52 +0000 Subject: [PATCH] Clang static analyser warnings --- src/grib_util.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/grib_util.c b/src/grib_util.c index 7bbf774c5..744e826e6 100644 --- a/src/grib_util.c +++ b/src/grib_util.c @@ -985,7 +985,6 @@ grib_handle* grib_util_set_spec2(grib_handle* h, goto cleanup; break; } - packingTypeIsSet = 1; } switch (packing_spec->accuracy) { case GRIB_UTIL_ACCURACY_SAME_BITS_PER_VALUES_AS_INPUT: