From 580d2970f4c1429a71a2ea4f8fda419b897f092d Mon Sep 17 00:00:00 2001 From: Jozsef Kadlecsik Date: Tue, 10 Feb 2009 15:33:54 +0100 Subject: Disable extra warning flags In order to disable the extra warning flags, NO_EXTRA_WARN_FLAGS variable added to userspace Makefile. --- README | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'README') diff --git a/README b/README index a48782d..4833b90 100644 --- a/README +++ b/README @@ -14,6 +14,14 @@ This is the ipset source tree. Follow these steps to install ipset: IP_NF_SET_MAX=<> \ IP_NF_SET_HASHSIZE=<> + If your compiler does not support all of the extra warning + flags, you can disable those too: + + # make KERNEL_DIR=<> \ + IP_NF_SET_MAX=<> \ + IP_NF_SET_HASHSIZE=<> \ + NO_EXTRA_WARN_FLAGS=yes + 2. Install the binary and the modules # make KERNEL_DIR=<> install -- cgit v1.2.3