Skip to content

Commit 20cec11

Browse files
void unused args
1 parent d4a8f0e commit 20cec11

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libs/blueprint/conduit_blueprint_mesh_matset_xforms.cpp

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2574,6 +2574,9 @@ to_uni_buffer_by_material(const conduit::Node &src_matset,
25742574
conduit::Node &dest_matset,
25752575
const float64 epsilon)
25762576
{
2577+
(void) src_matset;
2578+
(void) dest_matset;
2579+
(void) epsilon;
25772580
CONDUIT_ERROR("blueprint::mesh::matset::to_uni_buffer_by_material() "
25782581
"converting from a material-dominant uni-buffer material set is unsupported.");
25792582
}
@@ -3181,6 +3184,11 @@ to_uni_buffer_by_material(const conduit::Node &src_matset,
31813184
conduit::Node &dest_specset,
31823185
const float64 epsilon)
31833186
{
3187+
(void) src_matset;
3188+
(void) src_specset;
3189+
(void) dest_matset_name;
3190+
(void) dest_specset;
3191+
(void) epsilon;
31843192
CONDUIT_ERROR("blueprint::mesh::specset::to_uni_buffer_by_material() "
31853193
"converting from a material-dominant uni-buffer material/species set is unsupported.");
31863194
}
@@ -3437,6 +3445,11 @@ to_uni_buffer_by_material(const conduit::Node &src_matset,
34373445
conduit::Node &dest_field,
34383446
const float64 epsilon)
34393447
{
3448+
(void) src_matset;
3449+
(void) src_field;
3450+
(void) dest_matset_name;
3451+
(void) dest_field;
3452+
(void) epsilon;
34403453
CONDUIT_ERROR("blueprint::mesh::field::to_uni_buffer_by_material() "
34413454
"converting from a material-dominant uni-buffer material set/field is unsupported.");
34423455
}

0 commit comments

Comments
 (0)