CLD2Owners/cld2

Private field next_byte_limit_ is unused

Opened this issue · 3 comments

Originally reported on Google Code with ID 37

..\..\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.

Reported by thakis@chromium.org on 2015-07-10 03:06:32

Reported by thakis@chromium.org on 2015-07-10 03:07:25

  • Blocking: #505317
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.

Reported by andrewhayden@google.com on 2015-07-10 08:23:20

Ping?

Reported by thakis@chromium.org on 2015-07-26 03:25:34