summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-06 10:42:58 +0200
committerRobin Gareus <robin@gareus.org>2015-09-06 10:42:58 +0200
commitf5f11158aa8ae22350b5e0d97fe592ac9d3ee7bd (patch)
tree96e3aabbb578e5d5d4b92bac6396937982dd449f /libs
parent788234e31787e37036cdd8a5308537d3423bc622 (diff)
another hint for clang static analysis.
Diffstat (limited to 'libs')
-rw-r--r--libs/audiographer/private/gdither/gdither.cc1
1 files changed, 1 insertions, 0 deletions
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;