From 770c277ccc182f504be0a316390d59c05a59e041 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 28 Dec 2016 15:06:08 +0000 Subject: Duktape: Prevent clang static analysis. Restore 336326af3aab93f31474fa6de28782457ae4a1c0 for 1.6.0 import. --- content/handlers/javascript/duktape/duktape.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content/handlers') diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 732cb8021..b64383b11 100644 --- a/content/handlers/javascript/duktape/duktape.c +++ b/content/handlers/javascript/duktape/duktape.c @@ -1,3 +1,5 @@ +/* Omit from static analysis. */ +#ifndef __clang_analyzer__ /* * Single source autogenerated distributable for Duktape 1.6.0. * @@ -86753,3 +86755,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) { return t; } +#endif -- cgit v1.2.3