Restore prevention of clang static analysis from 336326af3aab93f31474fa6de28782457ae4a1c0

This commit is contained in:
Michael Drake 2016-05-07 21:41:05 +01:00
parent 59eea1333a
commit f1dabdb78d

View File

@ -1,3 +1,5 @@
/* Omit from static analysis. */
#ifndef __clang_analyzer__
/*
* Single source autogenerated distributable for Duktape 1.5.0.
*
@ -86502,3 +86504,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) {
return t;
}
#endif