Restore prevention of clang static analysis from 336326af3a

This commit is contained in:
Michael Drake 2015-12-14 15:51:31 +00:00
parent 9d097b37f6
commit de637fa571
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 1.3.99.
@ -87715,3 +87717,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) {
return t;
}
#endif