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

Issue 6679049: Fixed some warnings on GCC (Closed)

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

Description

Fixed some warnings on GCC Mozilla has recently made using NULL as integer an error (via -Werror=conversion-null GCC flag), which caused ANGLE to no longer compile on mingw in Mozilla tree. The ones that may not be obvious are removal of some <0 checks. They are not needed because they were done on unsigned types.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -17 lines) Patch
M src/compiler/UnfoldShortCircuit.cpp View 1 chunk +2 lines, -2 lines 0 comments Download
M src/libEGL/Display.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/libGLESv2/Blit.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/libGLESv2/Context.cpp View 4 chunks +4 lines, -4 lines 0 comments Download
M src/libGLESv2/ProgramBinary.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/libGLESv2/Shader.cpp View 2 chunks +2 lines, -2 lines 0 comments Download
M src/libGLESv2/Texture.cpp View 2 chunks +4 lines, -4 lines 0 comments Download
M src/libGLESv2/utilities.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 4
jacek
11 years, 7 months ago (2012-10-15 12:20:12 UTC) #1
dgkoch
On 2012/10/15 12:20:12, jacek wrote: LGTM. I'll land it for you.
11 years, 6 months ago (2012-11-14 15:00:38 UTC) #2
dgkoch
Committed in r1393. Please close this review issue. http://code.google.com/p/angleproject/source/detail?r=1393
11 years, 6 months ago (2012-11-14 15:06:36 UTC) #3
jacek
11 years, 6 months ago (2012-11-16 09:41:00 UTC) #4
On 2012/11/14 15:06:36, dgkoch wrote:
> Committed in r1393.  Please close this review issue.
> http://code.google.com/p/angleproject/source/detail?r=1393

Thank you
Sign in to reply to this message.

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