mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-22 15:10:20 -06:00
clang-tidy: fix readability-make-member-function-const warnings
This commit is contained in:
@@ -85,7 +85,7 @@ private:
|
||||
|
||||
void PrintClasses();
|
||||
|
||||
void Print(const char* place, const char* str);
|
||||
void Print(const char* place, const char* str) const;
|
||||
void CombineUnions(char** out, const char* in1, char** in2, const char* sep);
|
||||
void SafePrintMissing(const char* str, int line, int cnt);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user