ARM: remove annoying #warning
Although done with the best intentions, the usage of #warning in the ARM build makes it hard to see what's going on, or see any "real" warnings. Remove at least this particularly often triggered one, so we can have a relatively "quiet" build again...
This commit is contained in:
@@ -23,9 +23,7 @@ struct arm_debug_cpu_state {
|
|||||||
ulong r14; /* link register */
|
ulong r14; /* link register */
|
||||||
ulong r15; /* program counter */
|
ulong r15; /* program counter */
|
||||||
ulong cpsr;
|
ulong cpsr;
|
||||||
#if __ARM__
|
// TODO missing members!
|
||||||
#warning ARM: missing members!
|
|
||||||
#endif
|
|
||||||
uint32 dummy;
|
uint32 dummy;
|
||||||
} __attribute__((aligned(8)));
|
} __attribute__((aligned(8)));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user