skia2/experimental
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
..
Debugger fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00
DrawingBoard Added Debugger to Sample App, off by default 2011-08-12 14:27:47 +00:00
FileReaderApp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
Intersection shape ops work in progress 2012-06-06 11:52:28 +00:00
iOSSampleApp Add MSAA option to SampleApp 2012-04-06 20:13:38 +00:00
Networking Fixed minor c++ issues found by cppcheck 2012-04-27 12:54:01 +00:00
SimpleCocoaApp Updated iOS SampleApp and the simple hello world Skia Cocoa App under experimental 2011-08-30 17:08:08 +00:00
SimpleiOSApp Added SimpleiOSApp and updated iOSSampleApp 2011-08-30 19:14:13 +00:00
SkSetPoly3To3_A.cpp fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00
SkSetPoly3To3_D.cpp fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00
SkSetPoly3To3.cpp fix warnings on Mac in experimental 2012-06-06 12:11:33 +00:00