Commit 53986604 by Jerome Lambourg Committed by Pierre-Marie de Rodat

[Ada] Vxlink: kill a CodePeer warning

2018-09-26  Jerome Lambourg  <lambourg@adacore.com>

gcc/ada/

	* vxlink.adb: Kill a CodePeer warning.

From-SVN: r264597
parent 9464ed97
2018-09-26 Jerome Lambourg <lambourg@adacore.com>
* vxlink.adb: Kill a CodePeer warning.
2018-09-24 Eric Botcazou <ebotcazou@adacore.com>
PR ada/87396
......
......@@ -245,6 +245,9 @@ package body VxLink is
GNAT.OS_Lib.Free (Args);
if Status /= 0 then
pragma Annotate (Codepeer, False_Positive,
"test always false",
"Status modified by Get_Command_Output");
Ada.Text_IO.Put_Line (Ret);
Set_Error_State
(Base_Name (Arguments.First_Element) &
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment