[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
This commit is contained in:
parent
94a98e801a
commit
0960ddad82
@ -1,3 +1,7 @@
|
|||||||
|
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
|
|||||||
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) &
|
||||||
|
Loading…
Reference in New Issue
Block a user