diff options
| author | lukem <lukem@NetBSD.org> | 2023-06-03 21:26:52 +0000 |
|---|---|---|
| committer | lukem <lukem@NetBSD.org> | 2023-06-03 21:26:52 +0000 |
| commit | 79bd2bad85e843c62f8ae61e8c9cfb4f5d675626 (patch) | |
| tree | dea459528e805fb03a968bde6334699436c332ae /external | |
| parent | af32d97d2105b31c6b5f9c9cf54aec9dd2416d78 (diff) | |
ipmon: remove duplicate warning suppression
Diffstat (limited to 'external')
| -rw-r--r-- | external/bsd/ipf/bin/ipmon/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/external/bsd/ipf/bin/ipmon/Makefile b/external/bsd/ipf/bin/ipmon/Makefile index 45e52d629cf..8253ef18696 100644 --- a/external/bsd/ipf/bin/ipmon/Makefile +++ b/external/bsd/ipf/bin/ipmon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2023/06/03 09:09:03 lukem Exp $ +# $NetBSD: Makefile,v 1.7 2023/06/03 21:26:52 lukem Exp $ PROG= ipmon SRCS= ipmon.c ipmon_y.c ipmon_l.c @@ -11,8 +11,6 @@ DPSRCS+= ipmon_l.h ipmon_y.h CLEANFILES+= ipmon_y.c ipmon_y.h CLEANFILES+= ipmon_l.c ipmon_l.h -COPTS.ipmon.c+= ${${ACTIVE_CC} == "gcc" && ${HAVE_GCC:U0} == 8:? -Wno-error=format-overflow :} - ipmon_y.c: ipmon_y.y ${_MKTARGET_CREATE} ${YACC} -d ${.ALLSRC} @@ -36,6 +34,6 @@ ipmon_l.h: lexer.h ${TOOL_SED} -e 's/yy/ipmon_yy/g' \ ${.ALLSRC} > ${.TARGET} -COPTS.ipmon.c+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} ${CC_WNO_FORMAT_OVERFLOW} +COPTS.ipmon.c+= ${CC_WNO_ADDRESS_OF_PACKED_MEMBER} ${CC_WNO_FORMAT_OVERFLOW} .include <bsd.prog.mk> |
