diff options
author | Bernard Normier <bernard@zeroc.com> | 2018-11-01 17:14:06 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2018-11-01 17:14:06 -0400 |
commit | 3a763985c52246b1b804cdd7ee7bd49a82e76bd3 (patch) | |
tree | e35b1b0bdf6715ed784d0c86482355528bee81ee /matlab/src/Connection.cpp | |
parent | Visual Studio and msbuild updates (diff) | |
download | ice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.tar.bz2 ice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.tar.xz ice-3a763985c52246b1b804cdd7ee7bd49a82e76bd3.zip |
Increase Visual Studio warning level to Level4
Fixes #223.
Diffstat (limited to 'matlab/src/Connection.cpp')
-rw-r--r-- | matlab/src/Connection.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/matlab/src/Connection.cpp b/matlab/src/Connection.cpp index a97e1468d60..7f51b8fa4d7 100644 --- a/matlab/src/Connection.cpp +++ b/matlab/src/Connection.cpp @@ -157,7 +157,6 @@ Ice_Connection_equals(void* self, void* other) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -372,7 +371,6 @@ Ice_Connection_getACM(void* self) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -386,7 +384,6 @@ Ice_Connection_type(void* self) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -400,7 +397,6 @@ Ice_Connection_timeout(void* self) { return createResultException(convertException(ex)); } - return 0; } mxArray* @@ -414,7 +410,6 @@ Ice_Connection_toString(void* self) { return createResultException(convertException(ex)); } - return 0; } mxArray* |