Try and prevent duktape from taking part in clang analysis

This commit is contained in:
Daniel Silverstone 2015-11-01 11:53:48 +01:00
parent e3a5fcf816
commit 336326af3a

View File

@ -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