[various] Squash a couple of clang warning wrt friend declarations.
This commit is contained in:
parent
5e347dddbf
commit
0ccee1759e
@ -367,7 +367,7 @@ namespace persistent_data {
|
||||
typename ValueTraits::value_type const &v_;
|
||||
};
|
||||
|
||||
friend class resizer;
|
||||
friend struct resizer;
|
||||
|
||||
//--------------------------------
|
||||
|
||||
|
@ -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_;
|
||||
|
Loading…
Reference in New Issue
Block a user