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
This commit is contained in:
François Revol 2009-07-22 18:14:32 +00:00
parent ff84453736
commit 77777c5389

View File

@ -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)));