http://codereview.appspot.com/1484041/diff/1/2 File src/compiler/debug.h (right): http://codereview.appspot.com/1484041/diff/1/2#newcode31 src/compiler/debug.h:31: #define Trace(...) ((void)0) LGTM, but I've seen recent compilers ...
14 years, 7 months ago
(2010-06-02 22:38:31 UTC)
#2
http://codereview.appspot.com/1484041/diff/1/2
File src/compiler/debug.h (right):
http://codereview.appspot.com/1484041/diff/1/2#newcode31
src/compiler/debug.h:31: #define Trace(...) ((void)0)
LGTM, but I've seen recent compilers (don't remember which ones off the top of
my head) which don't handle the "..." syntax properly in the C preprocessor. We
need to make sure this builds on all supported platforms.
Issue 1484041: Fixed warnings in release build. Trace was not defined properly.
(Closed)
Created 14 years, 7 months ago by Alok Priyadarshi
Modified 14 years, 6 months ago
Reviewers: kbr1
Base URL: http://angleproject.googlecode.com/svn/trunk/
Comments: 1