First time here? Check out the FAQ!
answered 2013-05-27 03:20:39 -0600
c++ -> preprocessor -> preprocessor definitions
add _CRT_SECURE_NO_WARNINGS there
alternatively,
c++ -> general -> set "treat warnings as errors" to false
(this will generate a warning instead of an error)