Fix UBSan error

This commit is contained in:
Dr. Fiemost 2017-01-22 19:08:31 +01:00
parent dff94ab870
commit 93bb291203
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ typedef unsigned long long bitmap_t;
typedef unsigned int bitmap_t;
#define BITMAP_SHIFT 5
#define BITMAP_MASK 31
#define ONE 1
#define ONE 1U
#endif
/* list of nodes that need to be recalculated */