mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
10 lines
267 B
Plaintext
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.
|
||
|
]
|
||
|
}
|
||
|
}
|