mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
Try and prevent duktape from taking part in clang analysis
This commit is contained in:
parent
e3a5fcf816
commit
336326af3a
@ -1,3 +1,5 @@
|
||||
// Omit from static analysis.
|
||||
#ifndef __clang_analyzer__
|
||||
/*
|
||||
* Single source autogenerated distributable for Duktape 1.3.99.
|
||||
|
||||
@ -86470,3 +86472,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