Fixing warnings in wxdata

This commit is contained in:
Dan Paulat 2022-06-11 06:35:53 -05:00
parent 05d795d18f
commit 3339a40780
17 changed files with 36 additions and 43 deletions

View file

@ -3,7 +3,9 @@
#include <memory>
#include <string>
#pragma warning(push, 0)
#include <spdlog/logger.h>
#pragma warning(pop)
namespace scwx
{