From 633aaaf0f30a6eb8d59eb066d3e9e9e92bce4fd1 Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Thu, 10 May 2012 10:29:22 +0200 Subject: Add more CC warning option to debug mode --- include/libipset/data.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/libipset') diff --git a/include/libipset/data.h b/include/libipset/data.h index 5d80185..b7e7747 100644 --- a/include/libipset/data.h +++ b/include/libipset/data.h @@ -65,8 +65,8 @@ enum ipset_opt { IPSET_OPT_MAX, }; -#define IPSET_FLAG(opt) (1LL << (opt)) -#define IPSET_FLAGS_ALL (~0LL) +#define IPSET_FLAG(opt) (1ULL << (opt)) +#define IPSET_FLAGS_ALL (~0ULL) #define IPSET_CREATE_FLAGS \ (IPSET_FLAG(IPSET_OPT_FAMILY) \ -- cgit v1.2.3