soxstack: silence GCC warning
Add parens around _STACK_FLAG_GROWS expression to fix GCC warning about arithmetic in operand of '|'. Sponsored by: The FreeBSD Foundation
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
int checkstack(void);
|
||||
|
||||
#define _STACK_FLAG_GROWS KVME_FLAG_GROWS_UP | KVME_FLAG_GROWS_DOWN
|
||||
#define _STACK_FLAG_GROWS (KVME_FLAG_GROWS_UP | KVME_FLAG_GROWS_DOWN)
|
||||
int
|
||||
checkstack(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user