On Tue, Jan 2, 2018 at 11:01 PM, Rosen Penev wrote:
> On Mon, Dec 25, 2017 at 3:23 PM, Florian Fainelli
> wrote:
>> Le 12/25/17 à 15:05, Rosen Penev a écrit :
>>> Reduction of 48 bytes in compiled size. No functional difference.
>>>
>>> -pedantic was removed as %m is a GNU extension.
>>
>> My 2
On Mon, Dec 25, 2017 at 3:23 PM, Florian Fainelli wrote:
> Le 12/25/17 à 15:05, Rosen Penev a écrit :
>> Reduction of 48 bytes in compiled size. No functional difference.
>>
>> -pedantic was removed as %m is a GNU extension.
>
> My 2 cents, I really think your patches are moving us in the wrong
>
Le 12/25/17 à 15:05, Rosen Penev a écrit :
> Reduction of 48 bytes in compiled size. No functional difference.
>
> -pedantic was removed as %m is a GNU extension.
My 2 cents, I really think your patches are moving us in the wrong
direction, even if all C libraries that are currently supported
imp
Reduction of 48 bytes in compiled size. No functional difference.
-pedantic was removed as %m is a GNU extension.
Signed-off-by: Rosen Penev
---
CMakeLists.txt | 2 +-
src/dhcpv6.c | 4 ++--
src/odhcp6c.c | 5 ++---
3 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/CMakeLists.tx