I\'m trying to build gcc for use with an AVR micro controller and avr-ada, and I\'ve hit a roadblock caused by my regular compiler being too picky about the version I needed
In gcc configure you can add --disable-werror.
--disable-werror
Though it's advisable to seek out a proper patch first.