aboutsummaryrefslogtreecommitdiffstats
path: root/std_package.adb
diff options
context:
space:
mode:
Diffstat (limited to 'std_package.adb')
-rw-r--r--std_package.adb2
1 files changed, 1 insertions, 1 deletions
diff --git a/std_package.adb b/std_package.adb
index ba6e256cc..074a75d8c 100644
--- a/std_package.adb
+++ b/std_package.adb
@@ -15,7 +15,6 @@
-- along with GCC; see the file COPYING. If not, write to the Free
-- Software Foundation, 59 Temple Place - Suite 330, Boston, MA
-- 02111-1307, USA.
-with Iirs; use Iirs;
with Types; use Types;
with Files_Map;
with Name_Table;
@@ -331,6 +330,7 @@ package body Std_Package is
-- characters.
declare
El: Iir;
+ pragma Unreferenced (El);
begin
Character_Type_Definition :=
Create_Std_Iir (Iir_Kind_Enumeration_Type_Definition);