Commit a74f4fb9d27875e46e330e66b0e40fff92b121d9

Etienne Samson 2019-01-04T14:04:48

coverity: attempt to model clar's assertions Coverity considers that anything that looks like assert() behaves like it (ie. side-effects would be skipped on a NDEBUG build). As we have a bunch of those in the test suite (128), this would ensure Coverity isn't confused.