mute some MSVC warnings for boost upstream code
This commit is contained in:
parent
94a8e076c6
commit
e7ddd2913f
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,8 @@
|
|||
#include <iostream>
|
||||
#include <sstream>
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
#include <boost/iostreams/filtering_stream.hpp>
|
||||
#include <boost/iostreams/filter/gzip.hpp>
|
||||
|
||||
|
@ -8,8 +10,6 @@
|
|||
|
||||
#include "../log.hpp"
|
||||
|
||||
#include "global.hpp"
|
||||
|
||||
static lg::log_domain log_config("config");
|
||||
#define ERR_SWML LOG_STREAM(err, log_config)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue