diff options
Diffstat (limited to 'gcc/ada/5aml-tgt.adb')
-rw-r--r-- | gcc/ada/5aml-tgt.adb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gcc/ada/5aml-tgt.adb b/gcc/ada/5aml-tgt.adb index 69385b6..85bd715 100644 --- a/gcc/ada/5aml-tgt.adb +++ b/gcc/ada/5aml-tgt.adb @@ -189,7 +189,9 @@ package body MLib.Tgt is Success : Boolean; Oldpath : String (1 .. Lib_Version'Length + 1); Newpath : String (1 .. Lib_File'Length + 1); - Result : Integer; + + Result : Integer; + pragma Unreferenced (Result); function Symlink (Oldpath : System.Address; |