You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
configure CMake project, optionally using the provided CMakePresets.json
Browse to libid/bifurcation.cpp, line 471 on the call to the timer function
IDEs (and presumably clang-tidy from the command-line) flag the call to timer as a cert-err33-c violation
The documentation doesn't list the function timer as one that would be flagged by this check
Even if a system function called timer (I couldn't find any such function) existed, if a user-defined overload is distinguished from the system function, then it still shouldn't be flagged as a violation.