From f7dcf61e62e539c8ecff8c16450c3e95214cdc48 Mon Sep 17 00:00:00 2001 From: Evan Weinberg Date: Tue, 8 Aug 2023 09:59:04 -0700 Subject: [PATCH] -Winconsistent-missing-override take four --- include/invert_quda.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/invert_quda.h b/include/invert_quda.h index 4902876dd7..19ff17aba2 100644 --- a/include/invert_quda.h +++ b/include/invert_quda.h @@ -952,7 +952,7 @@ namespace quda { CG3NE(const DiracMatrix &mat, const DiracMatrix &matSloppy, const DiracMatrix &matPrecon, SolverParam ¶m, TimeProfile &profile); - void operator()(ColorSpinorField &out, ColorSpinorField &in); + void operator()(ColorSpinorField &out, ColorSpinorField &in) override; /** @return Return the residual vector from the prior solve