1 # $NetBSD: copts.mk,v 1.3 2019/02/10 05:01:59 mrg Exp $ 2 3 # MI per-file compiler options required. 4 5 .ifndef _SYS_CONF_COPTS_MK_ 6 _SYS_CONF_COPTS_MK_=1 7 8 .if defined(HAVE_GCC) && ${HAVE_GCC} == 7 && ${ACTIVE_CC} == "gcc" 9 COPTS.zlib.c+= -Wno-error=implicit-fallthrough 10 COPTS.pf.c+= -Wno-error=implicit-fallthrough 11 COPTS.radeon_cs.c+= -Wno-error=implicit-fallthrough 12 COPTS.via_dmablit.c+= -Wno-error=implicit-fallthrough 13 .endif 14 15 .endif 16