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

This commit is contained in:
Garrett Wollman 2002-10-27 18:03:53 +00:00
parent 188c541ceb
commit 7303fe0613

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