Commit 50f1a73b by Nicolas Capens

Fix macro redefinition warning.

Bug 15387371 Change-Id: I1d9524b15a62a561508a5cc2b76ba0b1e8d37fdc Reviewed-on: https://swiftshader-review.googlesource.com/4495Reviewed-by: 's avatarAlexis Hétu <sugoi@google.com> Reviewed-by: 's avatarNicolas Capens <capn@google.com> Tested-by: 's avatarNicolas Capens <capn@google.com>
parent 485f92cd
......@@ -34,6 +34,7 @@ void AndroidEnterDebugger();
} \
} while(0)
#undef assert
#define assert(E) ASSERT(E)
#define ERR(format, ...) \
......
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