mirror of
https://github.com/PerMalmberg/libcron.git
synced 2025-04-22 08:23:04 -05:00
Disable warning in date.h
This commit is contained in:
parent
448d01eef0
commit
4a4cbd47aa
@ -2,7 +2,15 @@
|
|||||||
|
|
||||||
#include "CronData.h"
|
#include "CronData.h"
|
||||||
#include <chrono>
|
#include <chrono>
|
||||||
|
#ifdef _WIN32
|
||||||
|
#pragma warning(push)
|
||||||
|
#pragma warning(disable:4244)
|
||||||
|
#endif
|
||||||
#include <date/date.h>
|
#include <date/date.h>
|
||||||
|
#ifdef _WIN32
|
||||||
|
#pragma warning(pop)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "DateTime.h"
|
#include "DateTime.h"
|
||||||
|
|
||||||
namespace libcron
|
namespace libcron
|
||||||
|
Loading…
x
Reference in New Issue
Block a user