Skip to content

Commit

Permalink
Enable -Wmismatched-tags in tao/PACKAGE
Browse files Browse the repository at this point in the history
Summary:
This diff enables the titular warning flag for the directory in question. Further details are in [this workplace post](https://fb.workplace.com/permalink.php?story_fbid=pfbid02XaWNiCVk69r1ghfvDVpujB8Hr9Y61uDvNakxiZFa2jwiPHscVdEQwCBHrmWZSyMRl&id=100051201402394).

This is a low-risk diff. There are **no run-time effects** and the diff has already been observed to compile locally. **If the code compiles, it works; test errors are spurious.**

If the diff does not pass, it will be closed automatically.

Reviewed By: dmm-fb

Differential Revision: D53546469

fbshipit-source-id: d79d896579f92c98980fac60b6772f4dba9ce25e
  • Loading branch information
r-barnes authored and facebook-github-bot committed Mar 5, 2024
1 parent 5fa4dcb commit a711a7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cachelib/compact_cache/CCacheVariableLruBucket.h
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ struct VariableLruBucket {
Bucket* bucket_;
int pos_;

friend class VariableLruBucket<CompactCacheDescriptor>;
friend struct VariableLruBucket<CompactCacheDescriptor>;
};

/** Type of the callback to be called when an entry is evicted. */
Expand Down

0 comments on commit a711a7c

Please sign in to comment.