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:
parent
188c541ceb
commit
7303fe0613
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=106056
@ -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