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:
parent
ff84453736
commit
77777c5389
@ -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)));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user