Suppress -Wself-move warnings

This commit is contained in:
Mohammad Nejati
2024-05-31 19:35:00 +00:00
committed by Mohammad Nejati
parent a11ea6bc72
commit da4cdb8a1e
2 changed files with 8 additions and 0 deletions

View File

@ -22,6 +22,10 @@
#include <type_traits>
#include <vector>
#if defined(BOOST_GCC) && BOOST_GCC >= 130000
#pragma GCC diagnostic ignored "-Wself-move"
#endif
namespace boost {
namespace beast {

View File

@ -22,6 +22,10 @@
#include <string>
#include <type_traits>
#if defined(BOOST_GCC) && BOOST_GCC >= 130000
#pragma GCC diagnostic ignored "-Wself-move"
#endif
namespace boost {
namespace beast {