naiveproxy/tools/gn/format_test_data/040.gn

10 lines
267 B
Plaintext
Raw Normal View History

2018-01-28 21:32:06 +03:00
# 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.
]
}
}