1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-15 10:17:20 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106056

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