From f5f11158aa8ae22350b5e0d97fe592ac9d3ee7bd Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sun, 6 Sep 2015 10:42:58 +0200 Subject: [PATCH] another hint for clang static analysis. --- libs/audiographer/private/gdither/gdither.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/audiographer/private/gdither/gdither.cc b/libs/audiographer/private/gdither/gdither.cc index 98d31c44c2..8fa1ea6cd5 100644 --- a/libs/audiographer/private/gdither/gdither.cc +++ b/libs/audiographer/private/gdither/gdither.cc @@ -273,6 +273,7 @@ inline static void gdither_innner_loop_fp(const GDitherType dt, ts[channel] = r; break; case GDitherShaped: + assert (ss); /* Save raw value for error calculations */ ideal = tmp;