llvmpipe: brackets around macro arg
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user