diff options
author | Jan Engelhardt <jengelh@inai.de> | 2018-06-16 08:45:20 +0200 |
---|---|---|
committer | Lucas De Marchi <lucas.demarchi@intel.com> | 2018-06-18 09:46:56 -0700 |
commit | 867da6fcfb003eb20ae54650f004382325813db6 (patch) | |
tree | 3ccaaca7acf367006e3a42dfc16cfeef6d257472 /man | |
parent | 499778492ab8e4e802368b968460dd26e838b201 (diff) | |
download | kmod-867da6fcfb003eb20ae54650f004382325813db6.tar.gz kmod-867da6fcfb003eb20ae54650f004382325813db6.tar.bz2 kmod-867da6fcfb003eb20ae54650f004382325813db6.zip |
kmod: build: cure compiler warnings showing up externally
When building a C source file with gcc-7 -Wshift-overflow=2, this warning
springs up:
libkmod.h: warning: result of "1 << 31" requires 33 bits to
represent, but "int" only has 32 bits [-Wshift-overflow=]
Change the two _KMOD_* identifiers to fit into 32 bits.
Diffstat (limited to 'man')
0 files changed, 0 insertions, 0 deletions