Fix clang -Wreserved-identifier by renaming an enum

This commit is contained in:
Sean McBride
2023-10-20 11:51:59 -04:00
committed by Brad King
parent 3f49c0369d
commit b373a22991

View File

@@ -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,