Fix r6808 fix & some compiler warnings

https://codereview.appspot.com/6948047/



git-svn-id: http://skia.googlecode.com/svn/trunk@6820 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/tests/BitmapTransformerTest.cpp b/tests/BitmapTransformerTest.cpp
index 17d0a00..d9ce696 100644
--- a/tests/BitmapTransformerTest.cpp
+++ b/tests/BitmapTransformerTest.cpp
@@ -46,7 +46,7 @@
                 // Bytes we expect to get:
                 const int kWidth = 3;
                 const int kHeight = 5;
-                const char comparisonBuffer[] = {
+                const unsigned char comparisonBuffer[] = {
                     // kHeight rows, each with kWidth pixels, premultiplied ARGB for each pixel
                     0xff,0xff,0x00,0x00, 0xff,0xff,0x00,0x00, 0xff,0xff,0x00,0x00, // red
                     0xff,0x00,0xff,0x00, 0xff,0x00,0xff,0x00, 0xff,0x00,0xff,0x00, // green