This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"
- From: "dave at hiauly1 dot hia.nrc.ca" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 21 Jun 2011 13:38:29 +0000
- Subject: [Bug ada/46350] s-taprop.adb:891:40: warning: redundant conversion, expression is of type "Interrupt_ID"
- Auto-submitted: auto-generated
- References: <bug-46350-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46350
--- Comment #3 from dave at hiauly1 dot hia.nrc.ca 2011-06-21 13:38:12 UTC ---
> Try to remove the cast to System.Interrupt_Management.Interrupt_ID in the call.
It fixes the compile error. Testing in progress...
Dave