Re: [lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Bill Fischofer
Well, it's like pulling on a thread :) I also ported and filled-in the fixes to the doxygen errors caused by the newer levels of Doxygen. So v1.11.0.1 should be clean there as well as compile properly under current levels of both clang and gcc. We can sync on this tomorrow. On Tue, Jul 11, 2017

Re: [lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Bill Fischofer
Strange. m4/ax_check_compile_flag.m4 already exists in monarch_lts. I posted the ported patch, but it's just a doc update to the DEPENDENCIES file sine travis.yaml doesn't exist in Monarch. On Tue, Jul 11, 2017 at 4:53 PM, Bill Fischofer wrote: > Wasn't that dependency introduced after Monarch_LT

Re: [lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Bill Fischofer
Wasn't that dependency introduced after Monarch_LTS? If so, then there'd be nothing to remove. The patch makes reference to travis files, which certainly was post-Monarch. On Tue, Jul 11, 2017 at 4:37 PM, Maxim Uvarov wrote: > On 07/12/17 00:18, Bill Fischofer wrote: >> From: Brian Brooks >> >>

Re: [lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Bill Fischofer
I just ported and posted the patch to fix breakage when compiling with clang 4.0. :) On Tue, Jul 11, 2017 at 4:37 PM, Maxim Uvarov wrote: > On 07/12/17 00:18, Bill Fischofer wrote: >> From: Brian Brooks >> >> The GCC 7 series introduces changes that expose ODP compilation >> issues. These includ

Re: [lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Maxim Uvarov
On 07/12/17 00:18, Bill Fischofer wrote: > From: Brian Brooks > > The GCC 7 series introduces changes that expose ODP compilation > issues. These include case statement fall through warnings, and > stricter checks on potential string overflows and other semantic > analysis. > > Fixes: https://bu

[lng-odp] [MONARCH_LTS PATCH 1/2] build: GCC 7 fixes

2017-07-11 Thread Bill Fischofer
From: Brian Brooks The GCC 7 series introduces changes that expose ODP compilation issues. These include case statement fall through warnings, and stricter checks on potential string overflows and other semantic analysis. Fixes: https://bugs.linaro.org/show_bug.cgi?id=3027 Signed-off-by: Brian