ghkweon / dwscript

Automatically exported from code.google.com/p/dwscript
0 stars 0 forks source link

Warning about a deprecated things is missed when description is empty #286

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Code:

Procedure test; Deprecated '';
begin
end;

test;

Output:

Compilation without warning

Original issue reported on code.google.com by kazantse...@mail.ru on 11 Jul 2012 at 9:04

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r1546.

Original comment by zar...@gmail.com on 11 Jul 2012 at 9:16

GoogleCodeExporter commented 8 years ago
Delphi allows them, so for DWScript <deprecated> and <deprecated ''> are now 
considered to be similar.

Original comment by zar...@gmail.com on 11 Jul 2012 at 9:17