As promised, downgrade the #error into a #warning.

This commit is contained in:
wollman 2002-10-27 18:03:53 +00:00
parent e5980f83e6
commit 17bae0e5c0

View File

@ -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
/*