[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <284875ac93e0904c42a436cbf05cc57d@mail.lindev.ch>
Date: Fri, 07 Mar 2014 03:00:53 +0100
From: Bernhard Rosenkränzer <bero@...dev.ch>
To: netdev@...r.kernel.org
Subject: [PATCH] iproute2: Fix warnings with gcc 4.9 and clang 3.4
Hi,
the latest compilers (gcc 4.9 and clang 3.4) issue warnings when doing
an incomplete struct initialization (e.g. "struct tc_sizespec s =
{0};").
Since many people like to compile lower level bits and pieces with
-Werror, this should probably be fixed. Patch attached.
ttyl
bero
View attachment "iproute2-compilerwarnings.patch" of type "text/x-diff" (2357 bytes)
Powered by blists - more mailing lists