ref: e83ebc89920265be91d26d65c8c3a76c7fb77ec7
parent: 825b7c301da27ce6188eb4531edda40dbc799341
parent: c52d85442ceb70a6ce74299bcdde249eee032ec1
author: Jim Bankoski <jimbankoski@google.com>
date: Tue Oct 1 12:15:03 EDT 2013
Merge "vp9_thread nolintify lint issue I can't fix easily"
--- a/vp9/decoder/vp9_thread.h
+++ b/vp9/decoder/vp9_thread.h
@@ -27,7 +27,7 @@
#if defined(_WIN32)
-#include <windows.h>
+#include <windows.h> // NOLINT
typedef HANDLE pthread_t;
typedef CRITICAL_SECTION pthread_mutex_t;
typedef struct {
@@ -38,7 +38,7 @@
#else
-#include <pthread.h>
+#include <pthread.h> // NOLINT
#endif /* _WIN32 */
#endif /* CONFIG_MULTITHREAD */
--
⑨