mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Duktape: Prevent clang static analysis.
Restore 336326af3a
for 2.2.0 import.
This commit is contained in:
parent
3356906904
commit
6f33e48ca3
@ -1,3 +1,5 @@
|
|||||||
|
/* Omit from static analysis. */
|
||||||
|
#ifndef __clang_analyzer__
|
||||||
/*
|
/*
|
||||||
* Single source autogenerated distributable for Duktape 2.2.0.
|
* Single source autogenerated distributable for Duktape 2.2.0.
|
||||||
*
|
*
|
||||||
@ -94982,3 +94984,4 @@ DUK_INTERNAL duk_double_t duk_util_tinyrandom_get_double(duk_hthread *thr) {
|
|||||||
#undef DUK__RANDOM_XOROSHIRO128PLUS
|
#undef DUK__RANDOM_XOROSHIRO128PLUS
|
||||||
#undef DUK__RND_BIT
|
#undef DUK__RND_BIT
|
||||||
#undef DUK__UPDATE_RND
|
#undef DUK__UPDATE_RND
|
||||||
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user