Commit 74d03eaf by Jamie Madill

Fix unused variable warning in compiler/debug.cpp.

BUG=angle:534 Change-Id: I893e552628c7deba4bc67baae6e5e28b6161c5d4 Reviewed-on: https://chromium-review.googlesource.com/178438Reviewed-by: 's avatarGeoff Lang <geofflang@chromium.org> Commit-Queue: Geoff Lang <geofflang@chromium.org> Tested-by: 's avatarGeoff Lang <geofflang@chromium.org>
parent 88f779dd
...@@ -14,9 +14,9 @@ ...@@ -14,9 +14,9 @@
#include "compiler/translator/InitializeParseContext.h" #include "compiler/translator/InitializeParseContext.h"
#include "compiler/translator/ParseContext.h" #include "compiler/translator/ParseContext.h"
#ifdef TRACE_ENABLED
static const int kTraceBufferLen = 1024; static const int kTraceBufferLen = 1024;
#ifdef TRACE_ENABLED
extern "C" { extern "C" {
void Trace(const char *format, ...) { void Trace(const char *format, ...) {
if (!format) return; if (!format) return;
......
Markdown is supported
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