skia2/tools
caryclark@google.com 3dd459151f fix warnings on Mac in miscellaneous files
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/6305047

git-svn-id: http://skia.googlecode.com/svn/trunk@4186 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-06-06 12:11:10 +00:00
..
copyright Script to automatically update copyright notices in C/C++ source code. 2011-07-28 14:29:58 +00:00
tests skdiff: return nonzero exit value if there are any mismatches 2012-05-31 15:13:45 +00:00
compare_baselines.py Make download_baselines.py download *all* platforms, if none are specified. 2012-04-12 18:02:25 +00:00
download_baselines.py download_baselines.py : only set svn properties of files whose content has changed 2012-05-22 19:14:01 +00:00
git-skia-verify Land http://codereview.appspot.com/6117046/ for Guanqun.Lu@gmail.com 2012-04-24 15:19:23 +00:00
skdiff_main.cpp fix warnings on Mac in miscellaneous files 2012-06-06 12:11:10 +00:00
skhello.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
skimage_main.cpp Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
svn.py svndiff: report added and deleted files, not just modified files 2012-05-29 21:28:12 +00:00
svndiff.py svndiff: report added and deleted files, not just modified files 2012-05-29 21:28:12 +00:00
update-doxygen.sh Make update-doxygen.sh upload docs to http://code.google.com/p/skia-autogen 2011-12-07 18:52:40 +00:00