As promised, downgrade the #error into a #warning.
This commit is contained in:
parent
e5980f83e6
commit
17bae0e5c0
@ -38,7 +38,7 @@
|
||||
#define _SYS_SYSLIMITS_H_
|
||||
|
||||
#if !defined(_KERNEL) && !defined(_LIMITS_H_) && !defined(_SYS_PARAM_H_)
|
||||
#error "No user-serviceable parts inside."
|
||||
#warning "No user-serviceable parts inside."
|
||||
#endif
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user