From 77777c5389350b09f35508fdc28ec4da700489b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Wed, 22 Jul 2009 18:14:32 +0000 Subject: [PATCH] Of course, using warnings as placeholders for code to write works fine until it's included when building an arch with -Werror... git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31701 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- headers/os/arch/arm/arch_debugger.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/headers/os/arch/arm/arch_debugger.h b/headers/os/arch/arm/arch_debugger.h index 1b9fc8ab78..997b780f04 100644 --- a/headers/os/arch/arm/arch_debugger.h +++ b/headers/os/arch/arm/arch_debugger.h @@ -23,7 +23,9 @@ struct arm_debug_cpu_state { ulong r14; /* link register */ ulong r15; /* program counter */ ulong cpsr; +#if __ARM__ #warning ARM: missing members! +#endif uint32 dummy; } __attribute__((aligned(8)));