# http://en.opensuse.org/openSUSE:Packaging_checks#Disarming_Fatal_Errors
#

# Suppress output like
#   avr-gcc-462.x86_64: W: devel-file-in-non-devel-package (Badness: 50) /opt/cross/avr/lib64/gcc/avr/4.6.2/avr25/libgcc.a
# gcc absolutely needs those files and a -devel package for them would be
# nonsense for gcc packages.
setBadness('devel-file-in-non-devel-package', 0)
