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
.../src/CommonTools/RecoAlgos/test/FKDTree_t.cpp: In member function 'test2D':
.../src/CommonTools/RecoAlgos/test/FKDTree_t.cpp:48:13: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
48 | float y;
| ^
.../src/CommonTools/RecoAlgos/test/FKDTree_t.cpp: In member function 'test3D':
.../cms/cmssw/CMSSW_13_3_CPP20_X_2023-07-24-1100/src/CommonTools/RecoAlgos/test/FKDTree_t.cpp:98:13: warning: 'y' may be used uninitialized [-Wmaybe-uninitialized]
98 | float y;
| ^
(this was spotted initially in #31379 (review), but not followed up)
The text was updated successfully, but these errors were encountered:
In CPP20 IBs, the following warnings are emitted:
(this was spotted initially in #31379 (review), but not followed up)
The text was updated successfully, but these errors were encountered: