diff --git a/src/utils/common.h b/src/utils/common.h index 46e96a65b..fec7f6013 100644 --- a/src/utils/common.h +++ b/src/utils/common.h @@ -435,6 +435,7 @@ void perror(const char *s); #define __bitwise __attribute__((bitwise)) #else #define __force +#undef __bitwise #define __bitwise #endif