Sign in
gn
/
gn.git
/
74657a6161b419a04d160f073725630223556343
/
.
/
tools
/
gn
/
format_test_data
/
040.gn
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.
]
}
}