refactor
This commit is contained in:
parent
f150832676
commit
7705432820
@ -242,6 +242,7 @@ usermount
|
|||||||
userprofile
|
userprofile
|
||||||
utimens
|
utimens
|
||||||
utimensat
|
utimensat
|
||||||
|
waggressive
|
||||||
wcast
|
wcast
|
||||||
wconversion
|
wconversion
|
||||||
wdouble
|
wdouble
|
||||||
|
@ -24,8 +24,9 @@
|
|||||||
|
|
||||||
#if defined(__GNUC__)
|
#if defined(__GNUC__)
|
||||||
// clang-format off
|
// clang-format off
|
||||||
#define REPERTORY_IGNORE_WARNINGS_ENABLE() \
|
#define REPERTORY_IGNORE_WARNINGS_ENABLE() \
|
||||||
_Pragma("GCC diagnostic push") \
|
_Pragma("GCC diagnostic push") \
|
||||||
|
_Pragma("GCC diagnostic ignored \"-Waggressive-loop-optimizations\"") \
|
||||||
_Pragma("GCC diagnostic ignored \"-Wconversion\"") \
|
_Pragma("GCC diagnostic ignored \"-Wconversion\"") \
|
||||||
_Pragma("GCC diagnostic ignored \"-Wdouble-promotion\"") \
|
_Pragma("GCC diagnostic ignored \"-Wdouble-promotion\"") \
|
||||||
_Pragma("GCC diagnostic ignored \"-Wduplicated-branches\"") \
|
_Pragma("GCC diagnostic ignored \"-Wduplicated-branches\"") \
|
||||||
@ -121,6 +122,7 @@ template <typename data_type>
|
|||||||
#include <boost/archive/text_iarchive.hpp>
|
#include <boost/archive/text_iarchive.hpp>
|
||||||
#include <boost/archive/text_oarchive.hpp>
|
#include <boost/archive/text_oarchive.hpp>
|
||||||
#include <boost/asio.hpp>
|
#include <boost/asio.hpp>
|
||||||
|
#include <boost/asio/io_context.hpp>
|
||||||
#include <boost/bind/bind.hpp>
|
#include <boost/bind/bind.hpp>
|
||||||
#include <boost/dynamic_bitset.hpp>
|
#include <boost/dynamic_bitset.hpp>
|
||||||
#include <boost/dynamic_bitset/serialization.hpp>
|
#include <boost/dynamic_bitset/serialization.hpp>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user