From f1dabdb78d9a77315f28c8a95644abcea1aa69d3 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Sat, 7 May 2016 21:41:05 +0100 Subject: Restore prevention of clang static analysis from 336326af3aab93f31474fa6de28782457ae4a1c0 --- javascript/duktape/duktape.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/javascript/duktape/duktape.c b/javascript/duktape/duktape.c index e5446cc31..5ef7ccdb0 100644 --- a/javascript/duktape/duktape.c +++ b/javascript/duktape/duktape.c @@ -1,3 +1,5 @@ +/* Omit from static analysis. */ +#ifndef __clang_analyzer__ /* * Single source autogenerated distributable for Duktape 1.5.0. * @@ -86502,3 +86504,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) { return t; } +#endif -- cgit v1.2.3