mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-04-18 08:10:37 +02:00
llvmpipe: brackets around macro arg
This commit is contained in:
parent
e3c46cf586
commit
cc2ed02c0a
1 changed files with 1 additions and 1 deletions
|
|
@ -74,7 +74,7 @@ extern struct lp_counters lp_count;
|
|||
#define LP_COUNT_GET(counter) (lp_count.counter)
|
||||
#else
|
||||
#define LP_COUNT(counter)
|
||||
#define LP_COUNT_ADD(counter, incr) (void) incr
|
||||
#define LP_COUNT_ADD(counter, incr) (void)(incr)
|
||||
#define LP_COUNT_GET(counter) 0
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue