mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 00:38:10 +02:00
IDE: do not warn if ppu is reachable by two packages and only one has a source
git-svn-id: trunk@61607 -
This commit is contained in:
parent
da14845df3
commit
a13d2afaa0
@ -901,7 +901,7 @@ var
|
||||
|
||||
if (PPUFile<>nil) and (OtherPPUFile<>nil)
|
||||
and (CompareFilenames(PPUFile.FullFilename,OtherPPUFile.FullFilename)=0)
|
||||
and (OtherFile=nil) then begin
|
||||
and ((OtherFile=nil) or (SrcFile=nil)) then begin
|
||||
// the same ppu is in both packages
|
||||
// ... and only one package has a source
|
||||
// for example: two packages share output directories
|
||||
|
Loading…
Reference in New Issue
Block a user