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

Issue 6503053: Shut up some Mac (xcode 3) warnings (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 10 months ago by bsalomon
Modified:
11 years, 9 months ago
Reviewers:
robertphillips, reed1
CC:
skia-review_googlegroups.com
Base URL:
http://skia.googlecode.com/svn/trunk/
Visibility:
Public.

Description

Closed with 5402.

Patch Set 1 #

Patch Set 2 : more #

Total comments: 2

Patch Set 3 : really fix the ~0 for stencil settings #

Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -20 lines) Patch
M experimental/Debugger/DebuggerContentView.cpp View 1 chunk +4 lines, -0 lines 0 comments Download
M gm/gradtext.cpp View 2 chunks +0 lines, -2 lines 0 comments Download
M src/animator/SkScriptTokenizer.cpp View 1 1 chunk +2 lines, -2 lines 0 comments Download
M src/core/SkBitmapProcState_shaderproc.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/core/SkPixelRef.cpp View 1 chunk +2 lines, -0 lines 0 comments Download
M src/effects/gradients/SkTwoPointConicalGradient.cpp View 1 2 chunks +1 line, -3 lines 0 comments Download
M src/gpu/GrClipMaskManager.cpp View 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGLProgram.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M src/gpu/gl/GrGpuGL.cpp View 1 2 2 chunks +4 lines, -2 lines 0 comments Download
M src/utils/SkDeferredCanvas.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/ClipStackTest.cpp View 1 1 chunk +1 line, -1 line 0 comments Download
M tests/DeferredCanvasTest.cpp View 1 3 chunks +5 lines, -5 lines 0 comments Download
M tools/skdiff_main.cpp View 1 2 chunks +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3
bsalomon
11 years, 10 months ago (2012-08-30 19:34:52 UTC) #1
robertphillips
LGTM modulo 1 question http://codereview.appspot.com/6503053/diff/7/experimental/Debugger/DebuggerContentView.cpp File experimental/Debugger/DebuggerContentView.cpp (right): http://codereview.appspot.com/6503053/diff/7/experimental/Debugger/DebuggerContentView.cpp#newcode260 experimental/Debugger/DebuggerContentView.cpp:260: I've seen this around a ...
11 years, 10 months ago (2012-08-30 19:42:51 UTC) #2
bsalomon
11 years, 10 months ago (2012-08-30 19:50:17 UTC) #3
http://codereview.appspot.com/6503053/diff/7/experimental/Debugger/DebuggerCo...
File experimental/Debugger/DebuggerContentView.cpp (right):

http://codereview.appspot.com/6503053/diff/7/experimental/Debugger/DebuggerCo...
experimental/Debugger/DebuggerContentView.cpp:260: 
On 2012/08/30 19:42:51, robertphillips wrote:
> I've seen this around a bit and was thinking about removing them - what
warning
> is generated w/o them?

It's that no declaration was seen before a definition. It only appears if the
function is not static (or namespaced). It can be annoying but on the flip side
it catches places where people forgot to make their functions local. A few of
these are fixed in other files in this change and were caught by the warning.
Sign in to reply to this message.

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