Util: Fix warning on Windows
Jeffrey Pfau jeffrey@endrift.com
Sat, 13 Jun 2015 05:09:23 -0700
1 files changed,
1 insertions(+),
0 deletions(-)
jump to
M
src/util/threading.h
→
src/util/threading.h
@@ -159,6 +159,7 @@ return 0;
} static inline int ThreadSetName(const char* name) { + UNUSED(name); return -1; } #else