Skip to content

Commit

Permalink
windows: fix bugprone-easily-swappable-parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
MiKom committed Aug 6, 2024
1 parent 5def467 commit a50d5d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/KDFoundation/platform/win32/win32_platform_timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Win32PlatformTimer::~Win32PlatformTimer()
}
}

// NOLINTNEXTLINE(bugprone-easily-swappable-parameters)
void Win32PlatformTimer::callback(HWND /*hwnd*/, UINT /*uMsg*/, UINT_PTR timerId, DWORD /*dwTime*/)
{
auto timer = eventLoop()->timers[timerId];
Expand Down

0 comments on commit a50d5d2

Please sign in to comment.