diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2005-07-28 16:03:19 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2005-07-28 16:03:19 +0000 |
commit | ef3230f9a7e38dfe90c875656d05d93ce5c63721 (patch) | |
tree | 898c17759f6dd646ba1cd7ac6374cfb945ce330f /cppe/demo/IceE/throughput/Client.cpp | |
parent | adding JAD file task def and fixing demo MIDlet build (diff) | |
download | ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.tar.bz2 ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.tar.xz ice-ef3230f9a7e38dfe90c875656d05d93ce5c63721.zip |
Fix compiler warnings
Diffstat (limited to 'cppe/demo/IceE/throughput/Client.cpp')
-rw-r--r-- | cppe/demo/IceE/throughput/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/demo/IceE/throughput/Client.cpp b/cppe/demo/IceE/throughput/Client.cpp index 9ff8ad955e7..8f80b8be340 100644 --- a/cppe/demo/IceE/throughput/Client.cpp +++ b/cppe/demo/IceE/throughput/Client.cpp @@ -87,7 +87,7 @@ run(int argc, char* argv[], const Ice::CommunicatorPtr& communicator) char currentType = '1'; int seqSize = ByteSeqSize; - char c; + char c = EOF; do { try |