mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 16:40:05 +00:00
Fixing MSVC compile error due to warning in boost::gil
This commit is contained in:
parent
365cc7c02c
commit
49eba4e839
1 changed files with 1 additions and 0 deletions
|
|
@ -4,6 +4,7 @@
|
|||
#include <scwx/util/logger.hpp>
|
||||
|
||||
#pragma warning(push, 0)
|
||||
#pragma warning(disable : 4714)
|
||||
#include <boost/gil.hpp>
|
||||
#include <boost/gil/extension/io/png.hpp>
|
||||
#include <boost/iostreams/stream.hpp>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue