Skip to content
Snippets Groups Projects
Commit ee92828c authored by Jonathan Guinet's avatar Jonathan Guinet
Browse files

WRG: remove warning on MacOS.

parent 09312be3
No related branches found
No related tags found
No related merge requests found
...@@ -82,8 +82,10 @@ private: ...@@ -82,8 +82,10 @@ private:
{ {
return itksys::SystemTools::FileExists(url.c_str()); return itksys::SystemTools::FileExists(url.c_str());
} }
default :
break; break;
} }
return false;
} }
void DoInit() void DoInit()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment