From: Robin Gareus Date: Sun, 6 Sep 2015 08:42:58 +0000 (+0200) Subject: another hint for clang static analysis. X-Git-Tag: 4.3~482 X-Git-Url: https://main.carlh.net/gitweb/?a=commitdiff_plain;h=f5f11158aa8ae22350b5e0d97fe592ac9d3ee7bd;p=ardour.git another hint for clang static analysis. --- 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;