diff options
author | Joe George <joe@zeroc.com> | 2015-12-10 16:28:27 +0000 |
---|---|---|
committer | Joe George <joe@zeroc.com> | 2015-12-10 11:38:27 -0500 |
commit | 83a69970a0c2d788a9c0c3642f18203befe75c12 (patch) | |
tree | 26b1e81f744abcfc0dcc640c057e2b7e3cad55ad /ruby/src | |
parent | Fix compiler errors about ObjectFactory deprecation (diff) | |
download | ice-83a69970a0c2d788a9c0c3642f18203befe75c12.tar.bz2 ice-83a69970a0c2d788a9c0c3642f18203befe75c12.tar.xz ice-83a69970a0c2d788a9c0c3642f18203befe75c12.zip |
Fix more deprecated compilation errors
Diffstat (limited to 'ruby/src')
-rw-r--r-- | ruby/src/IceRuby/Communicator.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ruby/src/IceRuby/Communicator.cpp b/ruby/src/IceRuby/Communicator.cpp index 2ba7bc53c83..12d1205f55c 100644 --- a/ruby/src/IceRuby/Communicator.cpp +++ b/ruby/src/IceRuby/Communicator.cpp @@ -15,6 +15,7 @@ #include <Proxy.h> #include <Types.h> #include <Util.h> +#include <IceUtil/DisableWarnings.h> #include <Ice/Communicator.h> #include <Ice/Initialize.h> #include <Ice/Locator.h> |