diff --git a/src/utils/common.h b/src/utils/common.h index 88318f5d2..b14035513 100644 --- a/src/utils/common.h +++ b/src/utils/common.h @@ -433,7 +433,7 @@ void perror(const char *s); #endif #ifndef BIT -#define BIT(x) (1 << (x)) +#define BIT(x) (1U << (x)) #endif /*