summaryrefslogtreecommitdiff
path: root/gcc/ada/i-vxwork.ads
diff options
context:
space:
mode:
authorcharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-13 10:46:43 +0000
committercharlet <charlet@138bc75d-0d04-0410-961f-82ee72b054a4>2007-12-13 10:46:43 +0000
commit80abf9e0ffb5ea38fa475f71e841ba9a6e57f377 (patch)
tree748704f072898059e96ddba8e0f3270ae7ca75d8 /gcc/ada/i-vxwork.ads
parent57bb3dffd65ac52cece42f199e82a40fdbb7cf16 (diff)
downloadgcc-80abf9e0ffb5ea38fa475f71e841ba9a6e57f377.tar.gz
* i-vxwork.ads: Kill new warning on Convention C, since changing the
spec would break code. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@130882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/i-vxwork.ads')
-rw-r--r--gcc/ada/i-vxwork.ads7
1 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ada/i-vxwork.ads b/gcc/ada/i-vxwork.ads
index 4818a808f31..cfe410fadb9 100644
--- a/gcc/ada/i-vxwork.ads
+++ b/gcc/ada/i-vxwork.ads
@@ -6,7 +6,7 @@
-- --
-- S p e c --
-- --
--- Copyright (C) 1999-2005, AdaCore --
+-- Copyright (C) 1999-2007, AdaCore --
-- --
-- GNARL is free software; you can redistribute it and/or modify it under --
-- terms of the GNU General Public License as published by the Free Soft- --
@@ -45,6 +45,11 @@
-- For complete documentation of the operations in this package, please
-- consult the VxWorks Programmer's Manual and VxWorks Reference Manual.
+pragma Warnings (Off, "*foreign convention*");
+pragma Warnings (Off, "*add Convention pragma*");
+-- These are temporary pragmas to supress warnings about mismatching
+-- conventions, which will be a problem when we get rid of trampolines ???
+
with System.VxWorks;
package Interfaces.VxWorks is