| Project: | Prolint Issue Tracker |
| Component: | Miscellaneous |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
A sourcefile contains the following statement:
define variable hBuffer as handle no-undo initial ?.
The progress compiler gives the following warning:
"Invalid INITIAL option ignored for HANDLE or OBJECT REFERENCE variable (3349)"
Prolint recognizes this as a compile error. Instead it should send it to the outputhandler as a warning and assume that the source compiles fine.