mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-05 11:23:29 +00:00
mute some MSVC warnings for boost upstream code
This commit is contained in:
parent
94a8e076c6
commit
e7ddd2913f
@ -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…
x
Reference in New Issue
Block a user