blikblum / VirtualTreeView-Lazarus

Virtual Treeview is a treeview control
50 stars 15 forks source link

Fix compiler warnings (range check, uninitialized variable, no return value) #30

Closed MarcWeustink closed 3 years ago

MarcWeustink commented 3 years ago

The compiler emits a warning when unsigned calculations are done on a pointer. This patch changes it into a hint. This patch also fixes uninitialized result variables