Re: [yocto] [PATCH] libsemanage: drop flag: -Wno-unused-but-set-variable

2013-05-02 Thread Mark Hatle
On 5/1/13 6:02 PM, Randy MacLeod wrote: On 13-05-01 12:12 AM, Khem Raj wrote: On Apr 30, 2013, at 8:15 PM, Randy MacLeod wrote: The flag: -Wno-unused-but-set-variable isn't supported on older versions of gcc such as gcc-4.1.2 which is the native compiler for RHEL-5.9. Drop this warning flag

Re: [yocto] [PATCH] libsemanage: drop flag: -Wno-unused-but-set-variable

2013-05-01 Thread Randy MacLeod
On 13-05-01 12:12 AM, Khem Raj wrote: On Apr 30, 2013, at 8:15 PM, Randy MacLeod wrote: The flag: -Wno-unused-but-set-variable isn't supported on older versions of gcc such as gcc-4.1.2 which is the native compiler for RHEL-5.9. Drop this warning flag for both the native and target builds.

Re: [yocto] [PATCH] libsemanage: drop flag: -Wno-unused-but-set-variable

2013-04-30 Thread Khem Raj
On Apr 30, 2013, at 8:15 PM, Randy MacLeod wrote: > The flag: -Wno-unused-but-set-variable isn't supported on older > versions of gcc such as gcc-4.1.2 which is the native compiler for > RHEL-5.9. Drop this warning flag for both the native and target builds. why drop from target build ? > >

[yocto] [PATCH] libsemanage: drop flag: -Wno-unused-but-set-variable

2013-04-30 Thread Randy MacLeod
The flag: -Wno-unused-but-set-variable isn't supported on older versions of gcc such as gcc-4.1.2 which is the native compiler for RHEL-5.9. Drop this warning flag for both the native and target builds. Signed-off-by: Randy MacLeod --- ...semanage-drop-Wno-unused-but-set-variable.patch | 17 ++