[various] Squash a couple of clang warning wrt friend declarations.
This commit is contained in:
@ -32,7 +32,7 @@ namespace thin_provisioning {
|
||||
chunk c_;
|
||||
};
|
||||
|
||||
friend class chunk_wrapper;
|
||||
friend struct chunk_wrapper;
|
||||
|
||||
block_address block_size_;
|
||||
block_address nr_blocks_;
|
||||
|
Reference in New Issue
Block a user