Changes between Version 2 and Version 3 of Ticket #3954
- Timestamp:
- 2016-06-08T12:42:16Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3954 – Description
v2 v3 35 35 value stored in n is never read -> valueArrayLength() explicitly read but not used 36 36 37 [ ] 11. CevalFunction.mo 2672 38 value stored in deps is never read -> is this wanted? 37 39 38 More to come (checked Compiler/boot/build/*.c alphabetically up to and including BackendVariable.c) 40 [ ] 12. CevalFunction.mo 2310,1976,2280 41 value stored in cache is never read -> should following functions start with inCache or cache from previous call? 42 43 44 More to come (checked Compiler/boot/build/*.c alphabetically up to and including CevalFunction.c) 39 45 40 46 Items marked with [x] are already fixed.