mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 13:30:06 +00:00
Fixing warnings in wxdata
This commit is contained in:
parent
05d795d18f
commit
3339a40780
17 changed files with 36 additions and 43 deletions
|
|
@ -3,7 +3,9 @@
|
|||
#include <memory>
|
||||
#include <string>
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#include <spdlog/logger.h>
|
||||
#pragma warning(pop)
|
||||
|
||||
namespace scwx
|
||||
{
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ namespace scwx
|
|||
namespace util
|
||||
{
|
||||
|
||||
std::chrono::system_clock::time_point TimePoint(uint16_t modifiedJulianDate,
|
||||
std::chrono::system_clock::time_point TimePoint(uint32_t modifiedJulianDate,
|
||||
uint32_t milliseconds);
|
||||
|
||||
std::string TimeString(std::chrono::system_clock::time_point time,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue