Skip to content
Snippets Groups Projects
Commit 6f9c8f0a authored by Julien Malik's avatar Julien Malik
Browse files

WRG: unused parameter

parent 36d17fed
No related branches found
No related tags found
No related merge requests found
......@@ -156,7 +156,7 @@ public:
*/
// REVIEW: I agree, we should not be calling intialize ourselve, it
// would better be seamless
virtual void Initialize(const MetaDataDictionaryType& metadatadictionary){} //FIXME should disappear and be
virtual void Initialize(const MetaDataDictionaryType& itkNotUsed(metadatadictionary)){} //FIXME should disappear and be
//automatic (IsModified())
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment