Changes between Initial Version and Version 1 of Ticket #2787, comment 2
- Timestamp:
- 10/29/15 15:42:39 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2787, comment 2
initial v1 32 32 }}} 33 33 34 i can be equal to MAXFILES, which is the side of infd and outfd, so accessing infd[i] and outfd[i] is undefined behaviour. 34 i can be equal to MAXFILES, which is the size of infd and outfd, so accessing infd[i] and outfd[i] is undefined behaviour. 35 36 35 37 36 38 > * aerosolmodel.cpp:619:59: warning: iteration 82u invokes undefined behavior [-Waggressive-loop-optimizations]