The SUPPRESS attribute specifies that the compiler should not issue a message that a vairable is uninitialized and/or unreferenced.
.-,----------. V | >>-SUPPRESS--(----+-UNINIT-+-+--)------------------------------>< '-UNREF--'
If the SUPPRESS attribute is specified on a structure or union, it will also apply to all the elements of that structure (or union).