commit | 4a8e72954e11f2c2c37ee138b88a1d9362dba4da | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Mon May 07 22:18:27 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu May 10 20:38:34 2018 -0400 |
tree | cb75f0d690e601d07c241d592b936aa5b2708b11 | |
parent | 23c648982b88725f9e2bab4294a7ca8ea368e3bc [diff] |
include: update log2 header from the Linux kernel Without the patch gcc 8 produces: warning: ignoring attribute ‘noreturn’ because it conflicts with attribute ‘const’ [-Wattributes] int ____ilog2_NaN(void); So let's update the include from Linux kernel v4.16. This removes static checks of ilog2() arguments. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>