Changes between Initial Version and Version 1 of Ticket #842
- Timestamp:
- 05/13/12 19:42:21 (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #842 – Description
initial v1 12 12 13 13 Perhaps the extra argument gets "optimized" away because it is never used? I'd normally say this is a bug in the compiler, but it does warn when you enable scrutiny so it's probably fine to keep the compiler the way it is. 14 15 Since the third argument isn't used, I think this patch should be fine, which simply removes the extra argument: 14 16 15 17 {{{