mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
TestDriver: suppress deprecated header lints for time.h
Similar to the other includes, this one should be suppressed as well.
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
#include <stdio.h> /* NOLINT */
|
#include <stdio.h> /* NOLINT */
|
||||||
#include <stdlib.h> /* NOLINT */
|
#include <stdlib.h> /* NOLINT */
|
||||||
#include <string.h> /* NOLINT */
|
#include <string.h> /* NOLINT */
|
||||||
#include <time.h>
|
#include <time.h> /* NOLINT */
|
||||||
|
|
||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(disable : 4996) /* deprecation */
|
#pragma warning(disable : 4996) /* deprecation */
|
||||||
|
|||||||
Reference in New Issue
Block a user