Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

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)