mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 12:45:06 +08:00
i-vxwork.ads: Kill new warning on Convention C, since changing the spec would break code.
* i-vxwork.ads: Kill new warning on Convention C, since changing the spec would break code. From-SVN: r130882
This commit is contained in:
parent
4f9720e08c
commit
2242f4ddc3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user