Fix clang-tidy bugprone-macro-parentheses

Correct the definition of capnp_use(x) macro.

> recommended to surround macro arguments
> in the replacement list with parentheses. This
> ensures that the argument value is calculated
> properly.
This commit is contained in:
Jonah Beckford 2023-08-03 18:19:55 -07:00
parent c662042a60
commit 311b9cb0e0
5 changed files with 5 additions and 5 deletions