aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat/s-excdeb.adb
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ada/libgnat/s-excdeb.adb')
-rw-r--r--gcc/ada/libgnat/s-excdeb.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ada/libgnat/s-excdeb.adb b/gcc/ada/libgnat/s-excdeb.adb
index 5cbd6c0..4ad8478 100644
--- a/gcc/ada/libgnat/s-excdeb.adb
+++ b/gcc/ada/libgnat/s-excdeb.adb
@@ -69,7 +69,7 @@ package body System.Exceptions_Debug is
procedure Local_Raise (Excep : System.Address) is
pragma Warnings (Off, Excep);
begin
- return;
+ null;
end Local_Raise;
end System.Exceptions_Debug;