Skip to content
Snippets Groups Projects
Commit 32ff836e authored by Ben Boeckel's avatar Ben Boeckel
Browse files

TestDriver: suppress deprecated header lints for time.h

Similar to the other includes, this one should be suppressed as well.
parent ff7a2e37
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
#include <stdio.h> /* NOLINT */
#include <stdlib.h> /* NOLINT */
#include <string.h> /* NOLINT */
#include <time.h>
#include <time.h> /* NOLINT */
#if defined(_MSC_VER)
#pragma warning(disable : 4996) /* deprecation */
......
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