We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ba9f45 commit bc50afdCopy full SHA for bc50afd
tools/js2c.cc
@@ -613,8 +613,8 @@ bool Simplify(const std::vector<char>& code,
613
}
614
615
if (simplified_count > 0) {
616
- Debug("Simplified %d characters, ", simplified_count);
617
- Debug("old size %d, new size %d\n", code_size, simplified->size());
+ Debug("Simplified %lu characters, ", simplified_count);
+ Debug("old size %lu, new size %lu\n", code_size, simplified->size());
618
return true;
619
620
return false;
0 commit comments