commit | 11263e605f18555fd2ebd331642c8631d5334e52 | [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 | b65e1a22583efc920fc475ee9d18455124782124 [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>