Duktape: Prevent clang static analysis.

Restore 336326af3a for 1.6.0 import.
This commit is contained in:
Michael Drake 2016-12-28 15:06:08 +00:00
parent 539d5da5c4
commit 770c277ccc

View File

@ -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