Parse warning
A parse warning may reduce maintainability of the code, or it may indicate a serious error. A parse warning from the Coverity parser may indicate a bug, or poor coding practice
/test/cppsuite/test_harness/workload/database_operation.cxx:290: PW.SET_BUT_NOT_USED 120875 variable "__ignored_ret" was set but never used
- is caused by
-
WT-8168 Fix unused variables in search near cpp tests
- Closed