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
FEDRA/rev1530-local1/include/EdbSegP.h:97:11: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
if(!(&cov)) return;
~ ^~~
FEDRA/rev1530-local1/include/EdbSegP.h:108:11: warning: reference cannot be bound to dereferenced null pointer in well-defined C++ code; pointer may be assumed to always convert to true [-Wundefined-bool-conversion]
if(!(&cov)) return;
~ ^~~
This should be at least checked to see whether the behaviour is as intended, and ideally then fixed!
The text was updated successfully, but these errors were encountered:
This should be at least checked to see whether the behaviour is as intended, and ideally then fixed!
The text was updated successfully, but these errors were encountered: