From e3510507b73b564c1dc4dca9a511a485c071a170 Mon Sep 17 00:00:00 2001 From: "caryclark@google.com" Date: Wed, 6 Jun 2012 12:13:40 +0000 Subject: 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 --- samplecode/SampleHairline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samplecode') diff --git a/samplecode/SampleHairline.cpp b/samplecode/SampleHairline.cpp index 065087e229..73027270d5 100644 --- a/samplecode/SampleHairline.cpp +++ b/samplecode/SampleHairline.cpp @@ -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(); } -- cgit v1.2.3