From 6a6061beaef02187bce8afcebb028b216853fbb7 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 1 Dec 2022 01:55:46 +0100 Subject: [PATCH] Suppress spurious errors about "AtLeast" misspelling This is a perfectly cromulent function name. --- misc/suppressions/codespell-lines | 2 ++ 1 file changed, 2 insertions(+) diff --git a/misc/suppressions/codespell-lines b/misc/suppressions/codespell-lines index ced5b86249..179834090a 100644 --- a/misc/suppressions/codespell-lines +++ b/misc/suppressions/codespell-lines @@ -29,3 +29,5 @@ expressions (BRE). EREs are roughly those of the traditional @e egrep, static wxString ConvertFromBasic(const wxString& bre); @c makefile.unx in the sample directory to build it using the version of makefile.unx in the sample directory to build it. + bool AtLeast(int major, int minor = 0, int micro = 0) const + bool AtLeast(int major, int minor = 0, int micro = 0) const;