Duktape: Prevent clang static analysis.

This commit is contained in:
Michael Drake 2017-03-22 15:58:01 +00:00
parent b16b525cd3
commit af8bde6214
1 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
/* Omit from static analysis. */
#ifndef __clang_analyzer__
/*
* Single source autogenerated distributable for Duktape 2.2.1.
*
@ -95006,3 +95008,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