Compiler Warning (level 1) C4501

'identifier' : use of '::' unnecessary here

The given identifier was local in scope, so the scope resolution operator (::) was not required.

The compiler ignored the optional scope resolution operator.