#
# HDF4 code should not trigger the following warnings under any
# circumstances, so ask the compiler to treat them as errors:
#
-Werror=bad-function-cast
-Werror=implicit-function-declaration
#
# mfhdf/xdrposix.c
-Wno-error=incompatible-pointer-types
-Werror=missing-declarations
-Werror=packed
-Werror=shadow
-Werror=switch
#
-Wno-error=incompatible-pointer-types-discards-qualifiers
-Wunused-function
-Wunused-variable
-Wunused-parameter
-Wcast-align
-Wformat
