From 513a47525a67a0061114181bb0fa41eebc3c45fd Mon Sep 17 00:00:00 2001 From: Nodir Temirkhodjaev Date: Wed, 10 Mar 2021 15:05:54 +0300 Subject: [PATCH] Minor fix. --- src/driver/common/fortconf.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/driver/common/fortconf.h b/src/driver/common/fortconf.h index 5fb72a31..716d8160 100644 --- a/src/driver/common/fortconf.h +++ b/src/driver/common/fortconf.h @@ -36,7 +36,7 @@ typedef struct fort_conf_flags UINT32 group_bits : 16; } FORT_CONF_FLAGS, *PFORT_CONF_FLAGS; -static_assert(sizeof(FORT_CONF_FLAGS) == 4, "FORT_CONF_FLAGS is not 32 bits"); +static_assert(sizeof(FORT_CONF_FLAGS) == sizeof(UINT32), "FORT_CONF_FLAGS is not 32 bits"); typedef struct fort_conf_addr_list {