Closes bug 33641; not in any released version of tor.
(void)arg;
#ifdef ALL_BUGS_ARE_FATAL
+ /* Coverity (and maybe clang analyser) complain that the code following
+ * tt_skip() is unconditionally unreachable. */
+#if !defined(__COVERITY__) && !defined(__clang_analyzer__)
tt_skip();
+#endif
#endif
MOCK(count_acceptable_nodes, mock_count_acceptable_nodes);
(void)arg;
#ifdef ALL_BUGS_ARE_FATAL
+ /* Coverity (and maybe clang analyser) complain that the code following
+ * tt_skip() is unconditionally unreachable. */
+#if !defined(__COVERITY__) && !defined(__clang_analyzer__)
tt_skip();
+#endif
#endif
tor_capture_bugs_(1);