summaryrefslogtreecommitdiffstats
path: root/Source/cmExtraSublimeTextGenerator.cxx
diff options
context:
space:
mode:
authorRaul Tambre <raul@tambre.ee>2020-03-07 11:34:43 (GMT)
committerBrad King <brad.king@kitware.com>2020-03-09 13:21:25 (GMT)
commita54d96b72279e4426ca21190951b2c0c5401cb74 (patch)
tree38e919525c1e823bf049ce1fc6b28a97bb253992 /Source/cmExtraSublimeTextGenerator.cxx
parentd1cb554c99c73e1486fbf4e09125337a7c0e9ea3 (diff)
downloadCMake-a54d96b72279e4426ca21190951b2c0c5401cb74.zip
CMake-a54d96b72279e4426ca21190951b2c0c5401cb74.tar.gz
CMake-a54d96b72279e4426ca21190951b2c0c5401cb74.tar.bz2
cmAlgorithms: Fix -Wnon-c-typedef-for-linkage warnings
In commit bf1e73305a (cmAlgorithms: Refactor cmRemoveDuplicates, 2019-03-03, v3.15.0-rc1~414^2) we added `union X = struct {}`. C++ had a rule change whereby only C-compatible unnamed typedefs are allowed. Clang 11 warns about this by default. See https://reviews.llvm.org/D74103. The aliases don't seem to be necessary, so simply define as structs.
Diffstat (limited to 'Source/cmExtraSublimeTextGenerator.cxx')
0 files changed, 0 insertions, 0 deletions