aboutsummaryrefslogtreecommitdiffhomepage
path: root/gn/is_clang.py
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2016-09-26 08:39:43 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-09-26 08:39:43 -0700
commit85552e4f9d65c8e751d106fae173374346863cdf (patch)
tree7fcf8f54ec043e0c02a5433b8d3cd9db743718fa /gn/is_clang.py
parent477ba0c18a21e24646702c5eda6d966c75969183 (diff)
Quiet a -Wcomma warning.
Clang's got a warning -Wcomma that warns about possible unintentional uses of the comma operator, usually where a semicolon looks itended. I don't think there's a bug here, but a semicolon does work just as well and reads a bit more conventionally. Though, I'm not actually sure how this parses, as fp = ...; glslFP = ...; or fp = (..., glsl = ...). The second would most definitely be a bug. BUG=skia: GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2365403002 NOTREECHECKS=true Review-Url: https://codereview.chromium.org/2365403002
Diffstat (limited to 'gn/is_clang.py')
0 files changed, 0 insertions, 0 deletions