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

Issue 6310067: Fix compiler warnings on WebKit ports when updating ANGLE in WebKit (Closed)

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

Description

Fix compiler warnings on WebKit ports when updating ANGLE in WebKit

Patch Set 1 #

Total comments: 5

Patch Set 2 : #

Patch Set 3 : #

Total comments: 3

Patch Set 4 : #

Total comments: 3

Patch Set 5 : #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+287 lines, -234 lines) Patch
M src/compiler/OutputHLSL.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/ParseHelper.h View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/ParseHelper.cpp View 1 2 3 4 50 chunks +123 lines, -101 lines 1 comment Download
M src/compiler/glslang.l View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler/glslang.y View 1 2 3 4 32 chunks +51 lines, -44 lines 0 comments Download
M src/compiler/glslang_lex.cpp View 1 4 chunks +7 lines, -7 lines 0 comments Download
M src/compiler/glslang_tab.cpp View 1 2 3 4 34 chunks +70 lines, -63 lines 0 comments Download
M src/compiler/intermediate.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/compiler/preprocessor/atom.c View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler/preprocessor/cpp.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/compiler/preprocessor/cpp.c View 1 chunk +3 lines, -3 lines 0 comments Download
M src/compiler/preprocessor/new/ExpressionParser.cpp View 1 2 chunks +5 lines, -3 lines 0 comments Download
M src/compiler/preprocessor/new/ExpressionParser.y View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/new/Tokenizer.cpp View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/new/Tokenizer.l View 1 chunk +5 lines, -0 lines 0 comments Download
M src/compiler/preprocessor/scanner.c View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 17
mvujovic
Hi Alok, Could you take a look at this when you get a chance? I ...
11 years, 10 months ago (2012-06-25 16:26:19 UTC) #1
kbr1
These changes LGTM, but wait 24 hours for Alok's review; I'm not sure whether he's ...
11 years, 10 months ago (2012-06-25 19:08:22 UTC) #2
mvujovic
On 2012/06/25 19:08:22, kbr1 wrote: > These changes LGTM, but wait 24 hours for Alok's ...
11 years, 10 months ago (2012-06-25 20:07:59 UTC) #3
Alok Priyadarshi
I have some minor comments. Otherwise it looks reasonable. https://codereview.appspot.com/6310067/diff/1/src/compiler/OutputHLSL.cpp File src/compiler/OutputHLSL.cpp (right): https://codereview.appspot.com/6310067/diff/1/src/compiler/OutputHLSL.cpp#newcode2253 src/compiler/OutputHLSL.cpp:2253: ...
11 years, 10 months ago (2012-06-25 22:13:26 UTC) #4
mvujovic
On 2012/06/25 22:13:26, Alok Priyadarshi wrote: > I have some minor comments. Otherwise it looks ...
11 years, 10 months ago (2012-06-25 23:38:46 UTC) #5
Alok Priyadarshi
For future, please reply to comments by browsing to individual files and clicking on the ...
11 years, 10 months ago (2012-06-26 04:31:07 UTC) #6
mvujovic
On 2012/06/26 04:31:07, Alok Priyadarshi wrote: > For future, please reply to comments by browsing ...
11 years, 10 months ago (2012-06-26 16:41:04 UTC) #7
Alok Priyadarshi
> Another question- > What version of flex do you use to generate the tokenizer? ...
11 years, 10 months ago (2012-06-27 16:20:13 UTC) #8
mvujovic
Hi Alok, I refactored error formatting to use the insertion operator (<<) instead of varargs. ...
11 years, 10 months ago (2012-06-27 17:35:32 UTC) #9
Alok Priyadarshi
On 2012/06/27 17:35:32, mvujovic wrote: > Hi Alok, > > I refactored error formatting to ...
11 years, 10 months ago (2012-06-27 18:05:36 UTC) #10
mvujovic
On 2012/06/27 18:05:36, Alok Priyadarshi wrote: > On 2012/06/27 17:35:32, mvujovic wrote: > > Hi ...
11 years, 10 months ago (2012-06-27 18:22:43 UTC) #11
mvujovic
On 2012/06/27 18:22:43, mvujovic wrote: > On 2012/06/27 18:05:36, Alok Priyadarshi wrote: > > On ...
11 years, 10 months ago (2012-06-27 20:34:18 UTC) #12
mvujovic
http://codereview.appspot.com/6310067/diff/12018/src/compiler/ParseHelper.cpp File src/compiler/ParseHelper.cpp (right): http://codereview.appspot.com/6310067/diff/12018/src/compiler/ParseHelper.cpp#newcode211 src/compiler/ParseHelper.cpp:211: error(line, "", op, extraInfoStream.str().c_str()); This is an example of ...
11 years, 10 months ago (2012-06-27 20:34:35 UTC) #13
Alok Priyadarshi
LGTM. Please verify if it works. Thanks for your contribution. http://codereview.appspot.com/6310067/diff/12018/src/compiler/ParseHelper.cpp File src/compiler/ParseHelper.cpp (right): http://codereview.appspot.com/6310067/diff/12018/src/compiler/ParseHelper.cpp#newcode211 ...
11 years, 10 months ago (2012-06-27 21:11:36 UTC) #14
mvujovic
On 2012/06/27 21:11:36, Alok Priyadarshi wrote: > LGTM. Please verify if it works. Thanks for ...
11 years, 10 months ago (2012-06-27 21:43:35 UTC) #15
Alok Priyadarshi
lgtm
11 years, 10 months ago (2012-06-27 22:14:39 UTC) #16
mvujovic
11 years, 10 months ago (2012-06-27 22:52:41 UTC) #17
On 2012/06/27 22:14:39, Alok Priyadarshi wrote:
> lgtm

Thanks! Committed in r1170
(http://code.google.com/p/angleproject/source/detail?r=1170).
Sign in to reply to this message.

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