Skip to content
Snippets Groups Projects
Commit 63fc8dcd authored by Brad King's avatar Brad King
Browse files

create_test_sourcelist: Suppress MSVC warnings in test driver (#15066)

parent ebd8fa22
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,10 @@
#include <string.h>
#include <stdlib.h>
#if defined(_MSC_VER)
# pragma warning(disable:4996) /* deprecation */
#endif
@CMAKE_TESTDRIVER_EXTRA_INCLUDES@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment