mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
As promised, downgrade the #error into a #warning.
This commit is contained in:
parent
188c541ceb
commit
7303fe0613
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue