naiveproxy/tools/gn/format_test_data/040.gn
2018-08-11 05:35:24 +00: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.
]
}
}