mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 14:47:55 +02:00
- suppress the warning that the $D directive is not supported on i8086-win16
git-svn-id: trunk@42632 -
This commit is contained in:
parent
90a164bcda
commit
b7a4965ac3
@ -484,7 +484,7 @@ unit scandir;
|
||||
procedure dir_description;
|
||||
begin
|
||||
if not (target_info.system in systems_all_windows+[system_i386_os2,system_i386_emx,
|
||||
system_i386_netware,system_i386_wdosx,system_i386_netwlibc]) then
|
||||
system_i386_netware,system_i386_wdosx,system_i386_netwlibc,system_i8086_win16]) then
|
||||
Message(scan_w_description_not_support);
|
||||
{ change description global var in all cases }
|
||||
{ it not used but in win32, os2 and netware }
|
||||
|
Loading…
Reference in New Issue
Block a user