This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

warning: integer operation result is out of range

Hi,

I get a lot of warnings when I try to compile my project.

warning: integer operation result is out of range

All these warnings are produced by the atmel register-header file provided by Keil. I can't see any kind of mistake. Is it possible to disable "only" these warning messages?

e.g.

AT91F_PIO_CfgPeriph(
                AT91C_BASE_PIOA, // PIO controller base address
                ((unsigned int) AT91C_PA31_DMARQ0  ), // Peripheral A
                0); // Peripheral B

best wishes
Fabian