Skip to content

Commit

Permalink
fix a few warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrush committed Jul 30, 2020
1 parent 68b1a0f commit a0ff8ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_blueprint.cpp
Expand Up @@ -1271,7 +1271,7 @@ void
save(const Node &mesh,
const std::string &path,
const std::string &protocol
CONDUIT_RELAY_COMMUNICATOR_ARG(MPI_Comm comm))
CONDUIT_RELAY_COMMUNICATOR_ARG(MPI_Comm /*comm*/))
{
// TODO: Add support for yaml protocol
Node info;
Expand Down
2 changes: 1 addition & 1 deletion src/libs/relay/conduit_relay_io_handle_sidre.cpp
Expand Up @@ -136,7 +136,7 @@ SidreIOHandle::open()
if( !utils::is_file( m_root_file ) )
CONDUIT_ERROR("Invalid sidre file: " << m_root_file);

std::string m_root_protocol = detect_root_protocol();
m_root_protocol = detect_root_protocol();

//
m_root_handle.open(m_root_file, m_root_protocol);
Expand Down

0 comments on commit a0ff8ff

Please sign in to comment.