summaryrefslogtreecommitdiff
path: root/PRESUBMIT.py
diff options
context:
space:
mode:
authorDan Sinclair <dsinclair@chromium.org>2016-03-08 12:48:52 -0500
committerDan Sinclair <dsinclair@chromium.org>2016-03-08 12:48:52 -0500
commit83c523a519477a2fe5a7e3e8044c767bfee36770 (patch)
treeacfcd6a165b610cae93a1493a17108a007adbcef /PRESUBMIT.py
parent6f6388fee1fdb4bec57549fe87a0833b2b20bebe (diff)
downloadpdfium-83c523a519477a2fe5a7e3e8044c767bfee36770.tar.xz
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 .
Diffstat (limited to 'PRESUBMIT.py')
-rw-r--r--PRESUBMIT.py1
1 files changed, 0 insertions, 1 deletions
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',