summaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorKai Koehne <kai.koehne@theqtcompany.com>2015-01-07 09:57:39 +0100
committerKai Koehne <kai.koehne@theqtcompany.com>2015-01-13 12:59:24 +0100
commit2fe8c06cf14d58e8a2a21b266258e2269ab3a304 (patch)
treeb6c94d114d6ffe2e28e536eaad97ae92b49ab949 /examples
parent9e53325cfc9c099c344327e12f59f2e1f5a0a9e7 (diff)
ANGLE: Disable MSVC warning 4996 for debug builds
Disable compiler warning 4996 about the use of C++ standard library functions like std::copy: 'std::copy': Function call with parameters that may be unsafe - this call relies on the caller to check that the passed values are correct. To disable this warning, use -D_SCL_SECURE_NO_WARNINGS. See documentation on how to use Visual C++ 'Checked Iterators' Commit 0a76b6bc already silenced the warning in the general MSVC mkspecs, the flags set there are however overwritten for ANGLE. Change-Id: I8f9a84d19171057715a8f9be1e8338e02a6c5ba0 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions