Closed manison closed 5 years ago
This patch removes duplicit declaration of EventIndex variable, which resulted in warning declaration of 'EventIndex' hides previous local declaration under VS2017 toolset (#13). Since warnings are treated as errors this failed the build.
EventIndex
This patch removes duplicit declaration of
EventIndex
variable, which resulted in warning declaration of 'EventIndex' hides previous local declaration under VS2017 toolset (#13). Since warnings are treated as errors this failed the build.