Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(554)

Issue 1484041: Fixed warnings in release build. Trace was not defined properly. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 7 months ago by Alok Priyadarshi
Modified:
14 years, 6 months ago
Reviewers:
kbr1
CC:
angleproject-review_googlegroups.com
Base URL:
http://angleproject.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Fixed warnings in release build. Trace was not defined properly.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/compiler/debug.h View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 2
Alok Priyadarshi
14 years, 7 months ago (2010-06-02 22:29:43 UTC) #1
kbr1
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.
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b