I am using Visual Studio 2013 and ITK 4.3 for image segmentation but it has an error:
\itk4.3.1-64bit\debug\include\itk-4.3\gdcmVR.h(168): error C4996: 'strerror': This function or variable may be unsafe. Consider using strerror_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS. See online help for details.
how to overcome this error?