one more warning suppressed (make unused code
authorcaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Jun 2012 12:13:40 +0000 (12:13 +0000)
committercaryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Wed, 6 Jun 2012 12:13:40 +0000 (12:13 +0000)
avoid bit rot)

git-svn-id: http://skia.googlecode.com/svn/trunk@4191 2bbb7eff-a529-9590-31e7-b0007b416f81

samplecode/SampleHairline.cpp

index 065087e..7302727 100644 (file)
@@ -222,7 +222,7 @@ protected:
     virtual void onDrawContent(SkCanvas* canvas) {
         gRand.setSeed(fNow);
         
-        if (false) {
+        if (false) { // avoid bit rot, suppress warning
             test_chromium_9005();
         }