NOLINT issue with headers that's hard to avoid do to config.h issue Change-Id: Ibd0b3414cdea05bc2fd6d0aa35808e44b3db8d96
diff --git a/vp9/decoder/vp9_thread.c b/vp9/decoder/vp9_thread.c index dc3b681..5442ddf 100644 --- a/vp9/decoder/vp9_thread.c +++ b/vp9/decoder/vp9_thread.c
@@ -29,7 +29,7 @@ //------------------------------------------------------------------------------ // simplistic pthread emulation layer -#include <process.h> +#include <process.h> // NOLINT // _beginthreadex requires __stdcall #define THREADFN unsigned int __stdcall