-
Type:
Task
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: Not Applicable
-
Storage Engines
-
StorEng - 2024-11-26
-
2
Clang analyzer reports
[2024/11/20 10:48:15.587] > wiredtiger/src/schema/schema_plan.c Although the value stored to 'ret' is used in the enclosing expression, the value is never actually read from 'ret' [deadcode.DeadStores]
The return variable in __wt_struct_plan should be fixed following the code deleted in WT-12480, here