diff options
Diffstat (limited to 'cpp/src/slice2php/Main.cpp')
-rw-r--r-- | cpp/src/slice2php/Main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2php/Main.cpp b/cpp/src/slice2php/Main.cpp index 205aec133b3..787e83ac1b8 100644 --- a/cpp/src/slice2php/Main.cpp +++ b/cpp/src/slice2php/Main.cpp @@ -1509,7 +1509,7 @@ generate(const UnitPtr& un, bool all, bool checksum, bool ns, const vector<strin if(checksum) { - ChecksumMap checksums = createChecksums(un); + ChecksumMap checksums = createChecksums(un, warningLevel); if(!checksums.empty()) { out << sp; |