summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 10:29:22 +0200
committerJozsef Kadlecsik <kadlec@blackhole.kfki.hu>2012-05-10 10:29:22 +0200
commit633aaaf0f30a6eb8d59eb066d3e9e9e92bce4fd1 (patch)
tree0580dbecccba498f5aae947689fb4792c5062cad /include
parentd96ae5387799690e1bb2ce52f8f51f0b0e363920 (diff)
Add more CC warning option to debug mode
Diffstat (limited to 'include')
-rw-r--r--include/libipset/data.h4
1 files changed, 2 insertions, 2 deletions
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) \