[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pkg update - geometry warnings / errors on 5.2.0
From: |
Juan Pablo Carbajal |
Subject: |
Re: pkg update - geometry warnings / errors on 5.2.0 |
Date: |
Thu, 13 Feb 2020 07:58:57 +0100 |
> octave:3> pkg update
> clipper.cpp: In function 'void ClipperLib::InitEdge(ClipperLib::TEdge*,
> ClipperLib::TEdge*, ClipperLib::TEdge*, const ClipperLib::IntPoint&)':
> clipper.cpp:750:34: warning: 'void* memset(void*, int, size_t)' clearing an
> object of non-trivial type 'struct ClipperLib::TEdge'; use assignment or
> value-initialization instead [-Wclass-memaccess]
> 750 | std::memset(e, 0, sizeof(TEdge));
This is the only relevant warning, Yes the dev used memset, we have to
fix this in future releases. Olaf laready pointed it out at release
time. Thanks!