You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
class 'VTKOutputImpl' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
class 'VTKInputImpl' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
2 adjacent parameters of 'get_cell_vertices' of similar type ('absl::Span') are easily swapped by mistake
69 | absl::Span< constint64_t > connectivity,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70 | absl::Span< constint64_t > offsets ) const
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/mesh/detail/vtk_mesh_input.hpp:69:45: note: the first parameter in the range is 'connectivity'69 | absl::Span< constint64_t > connectivity,
| ^~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/mesh/detail/vtk_mesh_input.hpp:70:45: note: the last parameter in the range is 'offsets'70 | absl::Span< constint64_t > offsets ) const
| ^~~~~~~
performing an implicit widening conversion to type 'size_type' (aka 'unsigned long') of a multiplication performed in type 'index_t' (aka 'unsigned int')
228 | results.reserve( 3 * nb_points );
| ^
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/mesh/detail/vtk_mesh_input.hpp:228:34: note: make conversion explicit to silence this warning
26 | results.reserve( 3 * nb_points );
| ^~~~~~~~~~~~~
| static_cast<size_type>( )
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/mesh/detail/vtk_mesh_input.hpp:228:34: note: perform multiplication in a wider type
228 | results.reserve( 3 * nb_points );
| ^
| static_cast<size_type>( )
class 'AssimpMeshInput' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
class 'GMSHElement' defines a default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
2 adjacent parameters of 'GMSHElement' of similar type ('geode::index_t') are easily swapped by mistake
126 | geode::index_t elementary_entity_id,
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
127 | geode::index_t nb_vertices,
| ~~~~~~~~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/model/internal/msh_common.hpp:126:32: note: the first parameter in the range is 'elementary_entity_id'126 | geode::index_t elementary_entity_id,
| ^~~~~~~~~~~~~~~~~~~~
/__w/OpenGeode-IO/OpenGeode-IO/include/geode/io/model/internal/msh_common.hpp:127:32: note: the last parameter in the range is 'nb_vertices'127 | geode::index_t nb_vertices,
| ^~~~~~~~~~~
std::move of the variable 'elementary_entity_id' of the trivially-copyable type 'geode::index_t' (aka 'unsigned int') has no effect; remove std::move()
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.