Skip to content

Commit

Permalink
Suppressed a couple of compiler warnings. Refs #7639.
Browse files Browse the repository at this point in the history
  • Loading branch information
jawrainey committed Sep 4, 2013
1 parent cdeb22b commit 6efe855
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Code/Mantid/Framework/ICat/src/ICat4/ICat4Catalog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -623,6 +623,8 @@ namespace Mantid
*/
void ICat4Catalog::getDownloadURL(const long long & fileID, std::string& url)
{
UNUSED_ARG(fileID);
UNUSED_ARG(url);
}

/**
Expand Down

0 comments on commit 6efe855

Please sign in to comment.