Add a GCC 7.1.0 no-error warning flag.

This is required to build libdevdctl.

Note this flag is not required for GCC 8.1.0.

Sponsored by:	DARPA, AFRL
This commit is contained in:
Ruslan Bukin 2018-07-19 12:56:54 +00:00
parent 413d07ea3e
commit 27c2ac11aa
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=336480

View File

@ -149,6 +149,7 @@ CWARNFLAGS+= -Wno-error=bool-operation \
-Wno-error=implicit-fallthrough \
-Wno-error=int-in-bool-context \
-Wno-error=memset-elt-size \
-Wno-error=noexcept-type \
-Wno-error=nonnull \
-Wno-error=pointer-compare \
-Wno-error=stringop-overflow