diff options
| author | 2022-09-05 21:14:36 +0100 | |
|---|---|---|
| committer | 2022-09-05 21:14:36 +0100 | |
| commit | 2a0cce9d4680af924a2b53fb36731591340fffa9 (patch) | |
| tree | b9bfa8e5dc691f09c27db401008165997890d935 /src/modules | |
| parent | Use auto in places where it is really obvious what the type is. (diff) | |
Fix more warnings discovered with -Weverything.
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/m_spanningtree/pingtimer.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/m_spanningtree/pingtimer.h b/src/modules/m_spanningtree/pingtimer.h index 3df0281c9..59d3da0b2 100644 --- a/src/modules/m_spanningtree/pingtimer.h +++ b/src/modules/m_spanningtree/pingtimer.h @@ -61,7 +61,6 @@ class PingTimer final State TickInternal(); /** Called by the TimerManager when the timer expires - * @param currtime Time now */ bool Tick() override; |
