From 91d621521580a783b24194a341978dad67b9d6e5 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 31 Aug 2016 18:52:07 +0100 Subject: Duktape: Prevent clang static analysis. Restore 336326af3aab93f31474fa6de28782457ae4a1c0 for 1.5.1 import. --- content/handlers/javascript/duktape/duktape.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'content') diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 54da011be..e1867c0ba 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.5.1. * @@ -86564,3 +86566,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) { return t; } +#endif -- cgit v1.2.3