diff options
author | Bernard Normier <bernard@zeroc.com> | 2003-05-23 17:07:37 +0000 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2003-05-23 17:07:37 +0000 |
commit | 937250e9b33c2dd63cd344e1c37dd9c0df106aef (patch) | |
tree | bd7161a9a9ed5a512e7b3ddbba3dfc603356c6dd /cpp/src/slice2cpp | |
parent | static string arrays must be final (diff) | |
download | ice-937250e9b33c2dd63cd344e1c37dd9c0df106aef.tar.bz2 ice-937250e9b33c2dd63cd344e1c37dd9c0df106aef.tar.xz ice-937250e9b33c2dd63cd344e1c37dd9c0df106aef.zip |
Fixed Sun warnings
Diffstat (limited to 'cpp/src/slice2cpp')
-rw-r--r-- | cpp/src/slice2cpp/Gen.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/slice2cpp/Gen.cpp b/cpp/src/slice2cpp/Gen.cpp index 97aebb857a4..1dba1dc60ae 100644 --- a/cpp/src/slice2cpp/Gen.cpp +++ b/cpp/src/slice2cpp/Gen.cpp @@ -2436,7 +2436,6 @@ Slice::Gen::ObjectVisitor::visitClassDefEnd(const ClassDefPtr& p) else { string name = fixKwd(p->name()); - string scope = fixKwd(p->scope()); H << sp << nl << "void " << _dllExport << "__patch__" << name << "Ptr(void*, ::Ice::ObjectPtr&);"; |