blob: 89fdacf1576efbf11d719e31b581b8ffd7224e52 [file] [log] [blame]
# Dewrapping shouldn't cause 80 col to be exceeded.
# 80 ---------------------------------------------------------------------------
if (true) {
if (is_win) {
cflags = [
"/wd4267", # TODO(jschuh): crbug.com/167187 fix size_t to int
# truncations.
]
}
}