Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-15 Thread Ben Pfaff
On Fri, Jul 14, 2017 at 09:26:36PM -0400, Russell Bryant wrote: > On Fri, Jul 14, 2017 at 4:46 AM, Timothy M. Redaelli > wrote: > > On 07/13/2017 07:21 PM, Ben Pfaff wrote: > >> On Thu, Jul 13, 2017 at 04:29:33PM +0200, Timothy Redaelli wrote: > >>> test_snprintf function

Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-14 Thread Russell Bryant
On Fri, Jul 14, 2017 at 4:46 AM, Timothy M. Redaelli wrote: > On 07/13/2017 07:21 PM, Ben Pfaff wrote: >> On Thu, Jul 13, 2017 at 04:29:33PM +0200, Timothy Redaelli wrote: >>> test_snprintf function (tests/test-util.c) tests snprintf with shorter >>> length, >>> but this

Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-14 Thread Timothy M. Redaelli
On 07/13/2017 07:21 PM, Ben Pfaff wrote: > On Thu, Jul 13, 2017 at 04:29:33PM +0200, Timothy Redaelli wrote: >> test_snprintf function (tests/test-util.c) tests snprintf with shorter >> length, >> but this emit a warning on GCC 7.0 or later. >> >> This commit disables that warning on tests only.

Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-13 Thread Lance Richardson
> From: "Timothy Redaelli" <tredae...@redhat.com> > To: d...@openvswitch.org > Sent: Thursday, 13 July, 2017 10:29:33 AM > Subject: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings > > test_snprintf function (tests/test-util.c) tests snprintf with

Re: [ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-13 Thread Aaron Conole
Timothy Redaelli writes: > test_snprintf function (tests/test-util.c) tests snprintf with shorter length, > but this emit a warning on GCC 7.0 or later. > > This commit disables that warning on tests only. > > Signed-off-by: Timothy Redaelli > --- As

[ovs-dev] [PATCH] tests: Disable no-format-truncation warnings

2017-07-13 Thread Timothy Redaelli
test_snprintf function (tests/test-util.c) tests snprintf with shorter length, but this emit a warning on GCC 7.0 or later. This commit disables that warning on tests only. Signed-off-by: Timothy Redaelli --- configure.ac | 1 + tests/automake.mk | 5 + 2 files