skia2/experimental/Debugger
caryclark@google.com 9da0cea3a3 fix warnings on Mac in experimental
Fix these class of warnings:
- unused functions
- unused locals
- sign mismatch
- missing function prototypes
- missing newline at end of file
- 64 to 32 bit truncation

The changes prefer to link in dead code in the debug build
with 'if (false)' than to comment it out, but trivial cases
are commented out or sometimes deleted if it appears to be
a copy/paste error.
Review URL: https://codereview.appspot.com/6307044

git-svn-id: http://skia.googlecode.com/svn/trunk@4187 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-06-06 12:11:33 +00:00
..
DebuggerCommandsView.cpp Removed networking dependencies from SampleApp that caused errors 2011-08-12 15:18:25 +00:00
DebuggerContentView.cpp Addressed more Windows compiler complaint issues 2012-04-16 15:50:18 +00:00
DebuggerStateView.cpp Fix more VS2010 warnings. 2011-10-07 20:03:39 +00:00
DebuggerViews.h Addressed more Windows compiler complaint issues 2012-04-16 15:50:18 +00:00
SkDebugDumper.cpp Cleanup Macros arround static initializers for SkFlattenable. 2012-03-23 19:00:34 +00:00
SkDebugDumper.h fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00