VC++ 7.0: Libaries – STL (1/3)
MS: „Can be compiled now at warning level 4 !!!“
CH: „Really ???“
C4127 conditional expression is constant
C4514 'function' : unreferenced inline function has been removed
C4189 'identifier' : local variable is initialized but not referenced
C4100 'identifier' : unreferenced formal parameter
C4251 'identifier' : class 'type' needs to have dll-interface to be used by clients of class 'type2'
C4244 'conversion' conversion from 'type1' to 'type2', possible loss of data
C4700 local variable 'name' used without having been initialized