Restore prevention of clang static analysis from 336326af3a
This commit is contained in:
parent
9d097b37f6
commit
de637fa571
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue