Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2021-11-12 15:52:09 +0300
committerDavid Crocker <dcrocker@eschertech.com>2021-11-12 15:52:09 +0300
commitbb7522106bfbe952073bed10f06abe31777b33f5 (patch)
tree520c36c5c59f229b3ad6c6c159c237f8c2854981 /src/Fans/Fan.h
parent82d14c198d7b61005093b2b06457d83435a76564 (diff)
Added annotations for static analysis
Diffstat (limited to 'src/Fans/Fan.h')
-rw-r--r--src/Fans/Fan.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Fans/Fan.h b/src/Fans/Fan.h
index a6e089d9..17de2951 100644
--- a/src/Fans/Fan.h
+++ b/src/Fans/Fan.h
@@ -22,7 +22,7 @@ class Fan INHERIT_OBJECT_MODEL
{
public:
explicit Fan(unsigned int fanNum) noexcept;
- Fan(const Fan&) = delete;
+ Fan(const Fan& _ecv_from) = delete;
virtual ~Fan() noexcept override { }
virtual bool Check(bool checkSensors) noexcept = 0; // update the fan PWM returning true if it is a thermostatic fan that is on