Commit cac18eaf authored by Lukasz Dorau's avatar Lukasz Dorau
Browse files

Add flags to disable warning C4996

Add flags:
 -D_SCL_SECURE_NO_WARNINGS to disable checking iterators
 -D_CRT_SECURE_NO_WARNINGS to disable deprecation of getenv and strcpy functions

It disables 156 such warnings.

Ref: #409
parent 33c011de
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment