blob: 63e5b07cf37199ca337f0027be2d989d053d2154 [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.
]
}
}