Commit 0960ddad by Arnaud Charlet Committed by Pierre-Marie de Rodat

[Ada] Remove CodePeer annotation

2018-10-09  Arnaud Charlet  <charlet@adacore.com>

gcc/ada/

	* vxlink.adb: Remove pragma Annotate, no longer needed.

From-SVN: r264962
parent 94a98e80
2018-10-09 Arnaud Charlet <charlet@adacore.com>
* vxlink.adb: Remove pragma Annotate, no longer needed.
2018-10-09 Ed Schonberg <schonberg@adacore.com> 2018-10-09 Ed Schonberg <schonberg@adacore.com>
* checks.adb (Apply_Type_Conversion_Checks): Use GNATprove_Mode * checks.adb (Apply_Type_Conversion_Checks): Use GNATprove_Mode
......
...@@ -240,10 +240,6 @@ package body VxLink is ...@@ -240,10 +240,6 @@ package body VxLink is
GNAT.OS_Lib.Free (Args); GNAT.OS_Lib.Free (Args);
if Status /= 0 then if Status /= 0 then
pragma Annotate (Codepeer, False_Positive,
"test always false",
"Status modified by Get_Command_Output");
Ada.Text_IO.Put_Line (Ret); Ada.Text_IO.Put_Line (Ret);
Set_Error_State Set_Error_State
(Base_Name (Arguments.First_Element) & (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