try to fix pipeline
This commit is contained in:
parent
bea9add008
commit
1d6f8dc52b
1 changed files with 5 additions and 0 deletions
|
@ -8,6 +8,9 @@
|
|||
#include "cer_array.cc.h"
|
||||
#include <cereal/types/polymorphic.hpp>
|
||||
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wpedantic"
|
||||
|
||||
CEREAL_CLASS_VERSION(CNORXZ::Uuid, CXZ_CEREAL_FORMAT_VERION);
|
||||
CEREAL_CLASS_VERSION(CNORXZ::cer::Header, CXZ_CEREAL_FORMAT_VERION);
|
||||
|
||||
|
@ -51,6 +54,8 @@ CEREAL_REGISTER_TYPE(CNORXZ::YRange);
|
|||
CEREAL_REGISTER_POLYMORPHIC_RELATION(CNORXZ::RangeBase, CNORXZ::YRange);
|
||||
CEREAL_CLASS_VERSION(CNORXZ::YRange, CXZ_CEREAL_FORMAT_VERION);
|
||||
|
||||
#pragma GCC diagnostic pop
|
||||
|
||||
namespace cereal
|
||||
{
|
||||
namespace detail
|
||||
|
|
Loading…
Reference in a new issue