commit | aacca37590656e235218557ea509eb5624dfbff9 | [log] [tgz] |
---|---|---|
author | Chris Peterson <cpeterson@mozilla.com> | Mon Apr 17 23:25:24 2017 -0700 |
committer | Behdad Esfahbod <behdad@behdad.org> | Mon Apr 17 23:25:24 2017 -0700 |
tree | 2aa89fc29098729ab73b6cbc24a332caebcd5f49 | |
parent | 4d7c52066b5b205b20ba2679cb57a4e593942102 [diff] |
Fix clang -Wcomma warnings (#471) (#472) clang's new -Wcomma compiler option warns about possible misuse of the comma operator such as between two statements. hb-common.cc:190:9 [-Wcomma] possible misuse of comma operator here hb-ot-layout-gsubgpos-private.hh:345:30 [-Wcomma] possible misuse of comma operator here hb-shape-plan.cc:438:26 [-Wcomma] possible misuse of comma operator here