When compiling SFML2 using Visual C++ 2010 Express I receive the following warning:
Linking CXX shared library ..\..\..\lib\sfml-graphics-2.dll
Creating library ..\..\..\lib\sfml-graphics.lib and object ..\..\..\lib\sfml-graphics.exp
LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library
Is it harmless in this instance? Why does it appear here?