From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Serge E. Hallyn" Subject: [PATCH 1/2] use #error not #warn Date: Wed, 28 Apr 2010 21:48:20 -0500 Message-ID: <20100429024820.GA13425@us.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Disposition: inline List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Oren Laadan Cc: Linux Containers List-Id: containers.vger.kernel.org (against -rc7) Sorry my bad, I think i said #warn before, but my compiler doesn't like that. Signed-off-by: Serge E. Hallyn --- include/linux/checkpoint_hdr.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/include/linux/checkpoint_hdr.h b/include/linux/checkpoint_hdr.h index 790214f..eb5e1b4 100644 --- a/include/linux/checkpoint_hdr.h +++ b/include/linux/checkpoint_hdr.h @@ -18,7 +18,7 @@ #include #ifndef CONFIG_CHECKPOINT -#warn linux/checkpoint_hdr.h included directly (without CONFIG_CHECKPOINT) +#error linux/checkpoint_hdr.h included directly (without CONFIG_CHECKPOINT) #endif #else /* __KERNEL__ */ -- 1.7.0.4