From 7943935e67513bcd6fae937105f9bc8c688e6394 Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sat, 23 Jan 2021 21:48:52 +0100 Subject: eclass: ignore CFLAGS warnings Signed-off-by: Alfredo Tupone --- eclass/dune.eclass | 3 +++ 1 file changed, 3 insertions(+) (limited to 'eclass') diff --git a/eclass/dune.eclass b/eclass/dune.eclass index 334fbfbf7910..da1813def533 100644 --- a/eclass/dune.eclass +++ b/eclass/dune.eclass @@ -23,6 +23,9 @@ case ${EAPI:-0} in *) die "${ECLASS}: EAPI ${EAPI} not supported" ;; esac +# Do not complain about CFLAGS etc since ml projects do not use them. +QA_FLAGS_IGNORED='.*' + EXPORT_FUNCTIONS src_compile src_test src_install RDEPEND=">=dev-lang/ocaml-4:=[ocamlopt?]" -- cgit v1.2.3-65-gdbad