shithub: libvpx

Download patch

ref: 660fc5f560f11d9cb95d960b123b913a33485b9f
parent: 12b2c712cac26df6984b43642c952682afb86aff
parent: 650caeca0ba60a53caf034c6fe9948561fde0bc1
author: James Zern <jzern@google.com>
date: Tue Oct 15 21:44:24 EDT 2013

Merge "lint-hunks: remove runtime/int filter"

--- a/tools/lint-hunks.py
+++ b/tools/lint-hunks.py
@@ -24,7 +24,7 @@
 DIFF_CMD = ["git", "diff"]
 DIFF_INDEX_CMD = ["git", "diff-index", "-u", "HEAD", "--"]
 SHOW_CMD = ["git", "show"]
-CPPLINT_FILTERS = ["-readability/casting", "-runtime/int"]
+CPPLINT_FILTERS = ["-readability/casting"]
 
 
 class Usage(Exception):