diff options
Diffstat (limited to 'cpp/src/Slice/RubyUtil.cpp')
-rw-r--r-- | cpp/src/Slice/RubyUtil.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Slice/RubyUtil.cpp b/cpp/src/Slice/RubyUtil.cpp index f0cbcdc7fb1..574a7cf2644 100644 --- a/cpp/src/Slice/RubyUtil.cpp +++ b/cpp/src/Slice/RubyUtil.cpp @@ -1472,7 +1472,7 @@ Slice::Ruby::generate(const UnitPtr& un, bool all, bool checksum, const vector<s if(checksum) { - ChecksumMap checksums = createChecksums(un); + ChecksumMap checksums = createChecksums(un, warningLevel); if(!checksums.empty()) { out << sp; |