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
Lots of areas in the code (e.g. AntikernelLabsOscilloscope.cpp:49) call LogFatal() if something catastrophic happens, which prints an error to all configured log sinks then aborts.
cppcheck does not seem to recognize this as a noreturn call, which leads to false positive warnings about potential null dereferences etc.
The text was updated successfully, but these errors were encountered:
Lots of areas in the code (e.g. AntikernelLabsOscilloscope.cpp:49) call LogFatal() if something catastrophic happens, which prints an error to all configured log sinks then aborts.
cppcheck does not seem to recognize this as a noreturn call, which leads to false positive warnings about potential null dereferences etc.
The text was updated successfully, but these errors were encountered: