From 83c523a519477a2fe5a7e3e8044c767bfee36770 Mon Sep 17 00:00:00 2001 From: Dan Sinclair Date: Tue, 8 Mar 2016 12:48:52 -0500 Subject: Update cast to fix lint warning. The current cast confused runtime/casting. Update to use static_cast and enable the lint warning. BUG=pdfium:426 R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1770253003 . --- PRESUBMIT.py | 1 - 1 file changed, 1 deletion(-) (limited to 'PRESUBMIT.py') diff --git a/PRESUBMIT.py b/PRESUBMIT.py index 502aaac9b3..7c8f8f439b 100644 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -20,7 +20,6 @@ LINT_FILTERS = [ '-readability/todo', '-readability/utf8', '-runtime/arrays', - '-runtime/casting', '-runtime/explicit', '-runtime/int', '-runtime/printf', -- cgit v1.2.3