naiveproxy/tools/gn/format_test_data/040.gn
2018-01-28 13:32:06 -05:00

10 lines
267 B
Plaintext

# 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.
]
}
}