Re: [PATCH 0/3] opensm: fixing unused-but-set warnings in compilation

2011-07-29 Thread Alex Netes
On 20:45 Mon 11 Jul , Alex Netes wrote: > 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

[PATCH 0/3] opensm: fixing unused-but-set warnings in compilation

2011-07-11 Thread Alex Netes
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