mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
COMP: Changed type of regmlen to avoid warnings when other lengths are converted to it.
This commit is contained in:
@@ -276,7 +276,7 @@ private:
|
||||
char regstart; // Internal use only
|
||||
char reganch; // Internal use only
|
||||
const char* regmust; // Internal use only
|
||||
int regmlen; // Internal use only
|
||||
unsigned long regmlen; // Internal use only
|
||||
char* program;
|
||||
int progsize;
|
||||
const char* searchstring;
|
||||
|
||||
Reference in New Issue
Block a user