Opened 5 years ago
#204 new todo
Check integer conversions
Reported by: | Jan Vrany | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | default | Keywords: | |
Cc: | Also affects CVS HEAD (eXept version): | no |
Description
Issue #200 was caused by using too narrow integer type for indexing. There may be other cases like this, though. One can use GCC's -Wconversion
to check for this in other code. Ideally, system should compile with -Werror=conversion`.
Note: See
TracTickets for help on using
tickets.