mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Partial revert of r276832:
Do not bump the warns level as it still breaks the gcc build on sparc64 Reported by: jenkins
This commit is contained in:
parent
a1736be349
commit
bfffbac603
1 changed files with 2 additions and 0 deletions
|
|
@ -6,6 +6,8 @@
|
|||
PROG= sed
|
||||
SRCS= compile.c main.c misc.c process.c
|
||||
|
||||
WARNS?= 2
|
||||
|
||||
.if ${MK_TESTS} != "no"
|
||||
SUBDIR+= tests
|
||||
.endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue