mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 08:58:23 +02:00
projectgroups: keep lazbuild msg urgencies
This commit is contained in:
parent
38080d1dd1
commit
fc95ede0b6
@ -1541,9 +1541,10 @@ begin
|
||||
Tool.Process.Executable:=LazBuildFilename;
|
||||
Tool.Process.Parameters:=Params;
|
||||
Tool.Process.CurrentDirectory:=WorkingDir;
|
||||
FPCParser:=TFPCParser(Tool.AddParsers(SubToolFPC));
|
||||
FPCParser:=Tool.AddParsers(SubToolFPC) as TFPCParser;
|
||||
FPCParser.HideHintsSenderNotUsed:=true; //not AProject.CompilerOptions.ShowHintsForSenderNotUsed;
|
||||
FPCParser.HideHintsUnitNotUsedInMainSource:=true; //not AProject.CompilerOptions.ShowHintsForUnusedUnitsInMainSrc;
|
||||
FPCParser.UseTranslationUrgency:=false;
|
||||
//if (not AProject.CompilerOptions.ShowHintsForUnusedUnitsInMainSrc)
|
||||
//and (AProject.MainFilename<>'') then
|
||||
// FPCParser.FilesToIgnoreUnitNotUsed.Add(AProject.MainFilename);
|
||||
|
Loading…
Reference in New Issue
Block a user