commit | e3510507b73b564c1dc4dca9a511a485c071a170 | [log] [tgz] |
---|---|---|
author | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 06 12:13:40 2012 +0000 |
committer | caryclark@google.com <caryclark@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Jun 06 12:13:40 2012 +0000 |
tree | 03174f10e9aa676e300904f220905dd8c55c23a2 | |
parent | b462a42b6dede11637d96c77bd7d58535c758bbe [diff] [blame] |
one more warning suppressed (make unused code avoid bit rot) git-svn-id: http://skia.googlecode.com/svn/trunk@4191 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/samplecode/SampleHairline.cpp b/samplecode/SampleHairline.cpp index 065087e..7302727 100644 --- a/samplecode/SampleHairline.cpp +++ b/samplecode/SampleHairline.cpp
@@ -222,7 +222,7 @@ virtual void onDrawContent(SkCanvas* canvas) { gRand.setSeed(fNow); - if (false) { + if (false) { // avoid bit rot, suppress warning test_chromium_9005(); }