From e76ca8b9c25672be79b670514a7fe0bceadd35e6 Mon Sep 17 00:00:00 2001 From: halcanary Date: Fri, 20 May 2016 10:36:50 -0700 Subject: gyp (third_party) warning changes for ccache Also fix a broken unit test in MatrixTest.cpp. GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2002663002 Review-Url: https://codereview.chromium.org/2002663002 --- tests/MatrixTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/MatrixTest.cpp') diff --git a/tests/MatrixTest.cpp b/tests/MatrixTest.cpp index 1399bf277f..2f91ccae97 100644 --- a/tests/MatrixTest.cpp +++ b/tests/MatrixTest.cpp @@ -42,7 +42,7 @@ static bool are_equal(skiatest::Reporter* reporter, if (0 == aVal && 0 == bVal && aValI != bValI) { foundZeroSignDiff = true; } else { - REPORTER_ASSERT(reporter, aVal == bVal && aValI == aValI); + REPORTER_ASSERT(reporter, aVal == bVal && aValI == bValI); } } REPORTER_ASSERT(reporter, foundZeroSignDiff); -- cgit v1.2.3