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