remove "extern int cold" from SPLUSBCHECK - it causes a heap of warnings.
This commit is contained in:
parent
10a1190c8b
commit
62797de451
@ -239,7 +239,6 @@ void usb_needs_explore __P((usbd_bus_handle));
|
||||
#ifdef DIAGNOSTIC
|
||||
#define SPLUSBCHECK \
|
||||
do { int _s = splusb(), _su = splusb(); \
|
||||
extern int cold; \
|
||||
if (!cold && _s != _su) printf("SPLUSBCHECK failed 0x%x!=0x%x, %s:%d\n", \
|
||||
_s, _su, __FILE__, __LINE__); \
|
||||
splx(_s); \
|
||||
|
Loading…
Reference in New Issue
Block a user