prolint says "ERROR: compile failed" for a new compiler warning

Project:Prolint Issue Tracker
Component:Miscellaneous
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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.