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
clang reports:
```
exch/zcore/common_util.cpp:1173:15: warning: variable 'b_partial' is
uninitialized when used here [-Wuninitialized]
1173 | b_result = !b_partial ? TRUE : false;
```
No ill effect because the result has traditionally been ignored anyway.
Fixes: gromox-0~666
Fixes: gromox-3.0-62-gdca216dbd
0 commit comments