diff options
author | Brad King <brad.king@kitware.com> | 2019-04-11 14:41:03 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-04-11 14:44:38 (GMT) |
commit | aeddf63587c242a7995598f4b1a5f248e4e3cb13 (patch) | |
tree | 55a4e7709092bb1a5d46e6011e5f21df608fc775 /Source/cmInstalledFile.cxx | |
parent | a550e2d6e48798d342a5ba7436013c6aa6ce5151 (diff) | |
download | CMake-aeddf63587c242a7995598f4b1a5f248e4e3cb13.zip CMake-aeddf63587c242a7995598f4b1a5f248e4e3cb13.tar.gz CMake-aeddf63587c242a7995598f4b1a5f248e4e3cb13.tar.bz2 |
cmArgumentParser: Fix -Wcomma warning
Clang `-Wcomma` warns:
```
Source/cmArgumentParser.cxx:58:42: warning: possible misuse of comma operator
this->CurrentList = (val.emplace_back(), &val.back());
^
```
This was introduced by commit 4359fe133b (Introduce cmArgumentParser,
2019-03-23). Suppress it with the suggested cast.
Diffstat (limited to 'Source/cmInstalledFile.cxx')
0 files changed, 0 insertions, 0 deletions