summaryrefslogtreecommitdiff
path: root/cpp/src/IcePatch/Client.cpp
diff options
context:
space:
mode:
authorMarc Laukien <marc@zeroc.com>2002-09-04 20:51:53 +0000
committerMarc Laukien <marc@zeroc.com>2002-09-04 20:51:53 +0000
commit19cfeafcaa8d74e597a1a47cdedbf7b71661703d (patch)
treeb9246e3ec619f8cda002f36c0282dc4a9a23aaba /cpp/src/IcePatch/Client.cpp
parentmore IcePatch work (diff)
downloadice-19cfeafcaa8d74e597a1a47cdedbf7b71661703d.tar.bz2
ice-19cfeafcaa8d74e597a1a47cdedbf7b71661703d.tar.xz
ice-19cfeafcaa8d74e597a1a47cdedbf7b71661703d.zip
more IcePatch work
Diffstat (limited to 'cpp/src/IcePatch/Client.cpp')
-rw-r--r--cpp/src/IcePatch/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IcePatch/Client.cpp b/cpp/src/IcePatch/Client.cpp
index 2752706d817..21fc1f9880e 100644
--- a/cpp/src/IcePatch/Client.cpp
+++ b/cpp/src/IcePatch/Client.cpp
@@ -508,7 +508,7 @@ IcePatch::Client::patch(const DirectoryDescPtr& dirDesc, const string& indent) c
{
removeRecursive(*p + ".md5");
}
- catch(const FileAccessException&);
+ catch(const FileAccessException&)
{
// Ignore, the MD5 file might not exist.
}