Latest GCC 4.6 include -Wunused-* flags as part of the -Wall flag, causing many warnings during OpenSM compilation.
This patch series tries to clean these warnings. Where possible, unused variables were just deleted. In other cases where some variables are used only when specific compilation flags are used (DEBUG, VENDOR_RMPP_SUPPORT, etc') this variables marked as __attribute__((unused)) meaning that the variable is meant to be possibly unused. More info: http://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html http://gcc.gnu.org/onlinedocs/gcc-4.6.1/gcc/Variable-Attributes.html#Variable-Attributes -- Alex -- To unsubscribe from this list: send the line "unsubscribe linux-rdma" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
