diff options
Diffstat (limited to 'cpp/src/slice2java/Main.cpp')
-rw-r--r-- | cpp/src/slice2java/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2java/Main.cpp b/cpp/src/slice2java/Main.cpp index 32cf33567d8..e8428077d58 100644 --- a/cpp/src/slice2java/Main.cpp +++ b/cpp/src/slice2java/Main.cpp @@ -173,7 +173,7 @@ main(int argc, char* argv[]) } } - if(java2 && !listGenerated && !dependxml) + if(java2 && !listGenerated && !depend && !dependxml) { getErrorStream() << argv[0] << ": warning: The Java2 mapping is deprecated." << endl; } |