diff options
author | Eric Botcazou <ebotcazou@adacore.com> | 2008-05-26 10:22:30 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2008-05-26 10:22:30 +0000 |
commit | c654b659dd6cc9475bf485794eb2f95234674030 (patch) | |
tree | 5a4c23b38b1b39543b295ca6230d8804fca28ebc /gcc/ada/trans.c | |
parent | 68e92eab6f77d6969b81e12556568725d988ff9b (diff) | |
download | gcc-c654b659dd6cc9475bf485794eb2f95234674030.zip gcc-c654b659dd6cc9475bf485794eb2f95234674030.tar.gz gcc-c654b659dd6cc9475bf485794eb2f95234674030.tar.bz2 |
gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
* gigi.h (gigi): Remove bogus ATTRIBUTE_UNUSED marker.
(builtin_decl_for): Likewise.
* trans.c (gigi): Likewise.
* utils.c (def_builtin_1): Fix formatting.
From-SVN: r135911
Diffstat (limited to 'gcc/ada/trans.c')
-rw-r--r-- | gcc/ada/trans.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/trans.c b/gcc/ada/trans.c index 717c14b..dda85c5 100644 --- a/gcc/ada/trans.c +++ b/gcc/ada/trans.c @@ -221,14 +221,14 @@ gigi (Node_Id gnat_root, int max_gnat_node, int number_name, struct Elist_Header *elists_ptr, struct Elmt_Item *elmts_ptr, struct String_Entry *strings_ptr, Char_Code *string_chars_ptr, struct List_Header *list_headers_ptr, Nat number_file, - struct File_Info_Type *file_info_ptr ATTRIBUTE_UNUSED, + struct File_Info_Type *file_info_ptr, Entity_Id standard_integer, Entity_Id standard_long_long_float, Entity_Id standard_exception_type, Int gigi_operating_mode) { tree gnu_standard_long_long_float; tree gnu_standard_exception_type; struct elab_info *info; - int i ATTRIBUTE_UNUSED; + int i; max_gnat_nodes = max_gnat_node; number_names = number_name; |