]> granicus.if.org Git - libvpx/commitdiff
NOLINT issue with headers that's hard to avoid do to config.h issue
authorJim Bankoski <jimbankoski@google.com>
Sun, 6 Oct 2013 00:32:43 +0000 (17:32 -0700)
committerJim Bankoski <jimbankoski@google.com>
Sun, 6 Oct 2013 00:32:43 +0000 (17:32 -0700)
Change-Id: Ibd0b3414cdea05bc2fd6d0aa35808e44b3db8d96

vp9/decoder/vp9_thread.c

index dc3b68196499016d242db5fb328341107c01f920..5442ddfa190ef4eb66ce8d31afa732eca6525372 100644 (file)
@@ -29,7 +29,7 @@ extern "C" {
 //------------------------------------------------------------------------------
 // simplistic pthread emulation layer
 
-#include <process.h>
+#include <process.h>  // NOLINT
 
 // _beginthreadex requires __stdcall
 #define THREADFN unsigned int __stdcall