SIGN IN SIGN UP

Protocol Buffers - Google's data interchange format

0 0 35 C++

Fix warning in compiler/js/embed.cc

embed.cc: In function ‘std::string CEscape(const string&)’:
embed.cc:51:32: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
   for (int i = 0; i < str.size(); ++i) {
                                ^
J
Julien Brianceau committed
05b019aedcc35632e2abdd718add60f762967882
Parent: f52e188