summaryrefslogtreecommitdiff
path: root/cpp/src/IceGrid/Database.cpp
diff options
context:
space:
mode:
authorBernard Normier <bernard@zeroc.com>2018-11-01 17:14:06 -0400
committerBernard Normier <bernard@zeroc.com>2018-11-01 17:14:06 -0400
commit3a763985c52246b1b804cdd7ee7bd49a82e76bd3 (patch)
treee35b1b0bdf6715ed784d0c86482355528bee81ee /cpp/src/IceGrid/Database.cpp
parentVisual Studio and msbuild updates (diff)
downloadice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.tar.bz2
ice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.tar.xz
ice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.zip
Increase Visual Studio warning level to Level4
Fixes #223.
Diffstat (limited to 'cpp/src/IceGrid/Database.cpp')
-rw-r--r--cpp/src/IceGrid/Database.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/cpp/src/IceGrid/Database.cpp b/cpp/src/IceGrid/Database.cpp
index aaa34ddde23..0af83f123b0 100644
--- a/cpp/src/IceGrid/Database.cpp
+++ b/cpp/src/IceGrid/Database.cpp
@@ -546,8 +546,6 @@ Database::getApplications(Ice::Long& serial)
logError(_communicator, ex);
throw;
}
- assert(false);
- return ApplicationInfoSeq();
}
AdapterInfoSeq
@@ -565,8 +563,6 @@ Database::getAdapters(Ice::Long& serial)
logError(_communicator, ex);
throw;
}
- assert(false);
- return AdapterInfoSeq();
}
ObjectInfoSeq
@@ -584,8 +580,6 @@ Database::getObjects(Ice::Long& serial)
logError(_communicator, ex);
throw;
}
- assert(false);
- return ObjectInfoSeq();
}
StringLongDict