mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
Fix clang -Wreserved-identifier by renaming an enum
This commit is contained in:
@@ -29,7 +29,7 @@ public:
|
||||
cmCPackLog(const cmCPackLog&) = delete;
|
||||
cmCPackLog& operator=(const cmCPackLog&) = delete;
|
||||
|
||||
enum __log_tags
|
||||
enum cm_log_tags
|
||||
{
|
||||
NOTAG = 0,
|
||||
LOG_OUTPUT = 0x1,
|
||||
|
||||
Reference in New Issue
Block a user