This repository has been archived by the owner on Jun 13, 2024. It is now read-only.
Unique ptr for factories #620
Annotations
14 warnings
Prepare ccache timestamp
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Build
‘virtual void Arccore::ISerializer::put(Arccore::Span<const double>)’ is deprecated: Use putSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::put(Arccore::Span<const short int>)’ is deprecated: Use putSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::put(Arccore::Span<const int>)’ is deprecated: Use putSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::put(Arccore::Span<const long int>)’ is deprecated: Use putSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::put(Arccore::Span<const unsigned char>)’ is deprecated: Use putSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::get(Arccore::RealArrayView)’ is deprecated: Use getSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::get(Arccore::Int16ArrayView)’ is deprecated: Use getSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::get(Arccore::Int32ArrayView)’ is deprecated: Use getSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::get(Arccore::Int64ArrayView)’ is deprecated: Use getSpan() instead [-Wdeprecated-declarations]
|
Build
‘virtual void Arccore::ISerializer::get(Arccore::ByteArrayView)’ is deprecated: Use getSpan() instead [-Wdeprecated-declarations]
|
TestInstallHypre
‘Alien::Move::VectorData::VectorData(const Alien::ISpace&, const Alien::VectorDistribution&)’ is deprecated [-Wdeprecated-declarations]
|
TestInstallHypre
‘Alien::Move::VectorData::VectorData(const Alien::ISpace&, const Alien::VectorDistribution&)’ is deprecated [-Wdeprecated-declarations]
|
TestInstallHypre
‘Alien::Move::VectorData::VectorData(const Alien::ISpace&, const Alien::VectorDistribution&)’ is deprecated [-Wdeprecated-declarations]
|
The logs for this run have expired and are no longer available.
Loading