From 8449b13a3aee95e1e0bc785e532ea2a9527d0168 Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Wed, 22 Mar 2017 15:58:01 +0000 Subject: Duktape: Prevent clang static analysis. Restore 336326af3aab93f31474fa6de28782457ae4a1c0 for 2.1.0 import. --- content/handlers/javascript/duktape/duktape.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/content/handlers/javascript/duktape/duktape.c b/content/handlers/javascript/duktape/duktape.c index 7ca0f6534..8067b0fb7 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 2.1.0. * @@ -93236,3 +93238,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) { #undef DUK__RANDOM_XOROSHIRO128PLUS #undef DUK__RND_BIT #undef DUK__UPDATE_RND +#endif -- cgit v1.2.3