diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2015-11-10 22:45:14 (GMT) |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-11-11 00:32:11 (GMT) |
commit | 3368e8fbcda539e4f9d6cdb750f23c25021698c9 (patch) | |
tree | 0443b14c9d74a4b468c3af1e8975d0c68b37ced6 /arch/nios2 | |
parent | d15c7c09325bcc5c924ae5ef52e2bc91b6753715 (diff) | |
download | linux-3368e8fbcda539e4f9d6cdb750f23c25021698c9.tar.xz |
lib/string.c: add ULL suffix to the constant definition
8-byte constant is too big for long and compiler complains about this.
lib/string.c:907:20: warning: constant 0x0101010101010101 is so big it is long
Append ULL suffix to explicitly show its type.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'arch/nios2')
0 files changed, 0 insertions, 0 deletions