Commit e83ebc89 authored by Jim Bankoski's avatar Jim Bankoski Committed by Gerrit Code Review
Browse files

Merge "vp9_thread nolintify lint issue I can't fix easily"

parents 825b7c30 c52d8544
Branches
Tags
No related merge requests found
Showing with 2 additions and 2 deletions
...@@ -27,7 +27,7 @@ extern "C" { ...@@ -27,7 +27,7 @@ extern "C" {
#if defined(_WIN32) #if defined(_WIN32)
#include <windows.h> #include <windows.h> // NOLINT
typedef HANDLE pthread_t; typedef HANDLE pthread_t;
typedef CRITICAL_SECTION pthread_mutex_t; typedef CRITICAL_SECTION pthread_mutex_t;
typedef struct { typedef struct {
...@@ -38,7 +38,7 @@ typedef struct { ...@@ -38,7 +38,7 @@ typedef struct {
#else #else
#include <pthread.h> #include <pthread.h> // NOLINT
#endif /* _WIN32 */ #endif /* _WIN32 */
#endif /* CONFIG_MULTITHREAD */ #endif /* CONFIG_MULTITHREAD */
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment