mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 22:41:30 +03:00
Duktape: Prevent clang static analysis.
Restore 336326af3a
for 1.6.0 import.
This commit is contained in:
parent
539d5da5c4
commit
770c277ccc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user