skia2/include
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
..
animator Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
config Add SK_SYSTEM_ZLIB define. 2012-04-16 19:10:21 +00:00
core fix warnings on Mac in miscellaneous files 2012-06-06 12:11:10 +00:00
device/xps Formatting cleanup: remove extra whitespace 2012-01-28 01:45:11 +00:00
effects Fix for compiler error in r4154 2012-06-05 13:12:53 +00:00
gpu fix warnings on Mac in src/gpu and include/gpu 2012-06-06 12:09:01 +00:00
images Cleanup code related to SkFlattenable::flatten() 2012-03-29 15:18:04 +00:00
pdf [PDF] Move most of the headers to be private. 2012-03-22 20:45:15 +00:00
pipe undef Status to undo the evil that XLib.h has done 2011-08-12 14:49:55 +00:00
ports change static variable to #define 2012-06-04 14:13:06 +00:00
svg Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
text Automatic update of all copyright notices to reflect new license terms. 2011-07-28 14:26:00 +00:00
utils Windows compiler complaint cleanup 2012-05-31 15:29:44 +00:00
views Fixed Linux compiler complaints 2012-06-04 13:22:14 +00:00
xml Make SkMath.h less visible in public header files. 2011-09-27 17:38:17 +00:00