xjl219 / cld2

Automatically exported from code.google.com/p/cld2
0 stars 0 forks source link

Private field next_byte_limit_ is unused #37

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
..\..\third_party\cld_2\src\internal/getonescriptspan.h(89,15) :  
warning(clang): private field 'next_byte_limit_' is not used 
[-Wunused-private-field]
  const char* next_byte_limit_;   // Last byte + 1
              ^

Looks like this warning is correct.

Original issue reported on code.google.com by thakis@chromium.org on 10 Jul 2015 at 3:06

GoogleCodeExporter commented 9 years ago

Original comment by thakis@chromium.org on 10 Jul 2015 at 3:07

GoogleCodeExporter commented 9 years ago
Jason, what's the status of the github migration? This should be an easy fix, 
but I don't want to commit it here if the github stuff has already been done.

Original comment by andrewha...@google.com on 10 Jul 2015 at 8:23

GoogleCodeExporter commented 9 years ago
Ping?

Original comment by thakis@chromium.org on 26 Jul 2015 at 3:25

GoogleCodeExporter commented 9 years ago
Thanks very much for the report. CLD2 has migrated to GitHub and this issue is 
fixed in the GitHub version of this repository:
https://github.com/CLD2Owners/cld2/issues/37

Original comment by ri...@google.com on 28 Jul 2015 at 3:57