diff options
author | Jose <jose@zeroc.com> | 2017-02-02 10:24:37 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-02-02 10:24:37 +0100 |
commit | b56911178738da4f8e1733db30c7e5ae5627eb9d (patch) | |
tree | 5606e07d19cd7e85e2942388b573f45f1c17fbbb /cpp/src/Slice/PythonUtil.cpp | |
parent | Fix for IceRuby builds (diff) | |
download | ice-b56911178738da4f8e1733db30c7e5ae5627eb9d.tar.bz2 ice-b56911178738da4f8e1733db30c7e5ae5627eb9d.tar.xz ice-b56911178738da4f8e1733db30c7e5ae5627eb9d.zip |
Pass warning level to the ChecksumVisitor for consistency
Diffstat (limited to 'cpp/src/Slice/PythonUtil.cpp')
-rw-r--r-- | cpp/src/Slice/PythonUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/PythonUtil.cpp b/cpp/src/Slice/PythonUtil.cpp index c3e98bd1627..4d5a23caf9d 100644 --- a/cpp/src/Slice/PythonUtil.cpp +++ b/cpp/src/Slice/PythonUtil.cpp @@ -2870,7 +2870,7 @@ Slice::Python::generate(const UnitPtr& un, bool all, bool checksum, const vector if(checksum) { - ChecksumMap checksums = createChecksums(un); + ChecksumMap checksums = createChecksums(un, warningLevel); if(!checksums.empty()) { out << sp; |