external/riegeli/riegeli/records/record_reader.h:42:1: warning: class 'Chunk' was previously declared as a struct [-Wmismatched-tags]
class Chunk;
^
external/riegeli/riegeli/chunk_encoding/chunk.h:83:8: note: previous use is here
struct Chunk {
^
external/riegeli/riegeli/records/record_reader.h:42:1: note: did you mean struct here?
class Chunk;
^~~~~
struct
1 warning generated.
Clang gives the following warning: