[dpdk-dev] [PATCH] lib: remove C++ include guard from private headers

Stephen Hemminger stephen at networkplumber.org
Wed Sep 15 20:08:07 CEST 2021


On Wed, 15 Sep 2021 18:46:35 +0200
Thomas Monjalon <thomas at monjalon.net> wrote:

> The private headers are compiled internally with a C compiler.
> Thus extern "C" declaration is useless in such files.
> 
> Signed-off-by: Thomas Monjalon <thomas at monjalon.net>
> ---

Makes sense, make sure it doesn't break Windows builds.
There is not a C++ application regression test in CI.


More information about the dev mailing list