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 ...
12 years, 3 months ago
(2012-08-30 19:42:51 UTC)
#2
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: On 2012/08/30 19:42:51, robertphillips wrote: > I've seen this ...
12 years, 3 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.
Issue 6503053: Shut up some Mac (xcode 3) warnings
(Closed)
Created 12 years, 3 months ago by bsalomon
Modified 12 years, 3 months ago
Reviewers: reed1, robertphillips
Base URL: http://skia.googlecode.com/svn/trunk/
Comments: 2