]> git.baikalelectronics.ru Git - kernel.git/commit
kstrtox: fix compile warnings in test
authorAlexey Dobriyan <adobriyan@gmail.com>
Thu, 14 Apr 2011 22:22:00 +0000 (15:22 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 14 Apr 2011 23:06:54 +0000 (16:06 -0700)
commitf2e85018da472169325fdc8009c1c6db146b42be
treeeceb069a21aa22a46c1a3523a004ff38916164d5
parente03263111a4fd1906bedc56915ed2c8b160f73c8
kstrtox: fix compile warnings in test

Fix the following warnings:

    CC [M]  lib/test-kstrtox.o
  lib/test-kstrtox.c: In function 'test_kstrtou64_ok':
  lib/test-kstrtox.c:318: warning: this decimal constant is unsigned only in ISO C90
...

Signed-off-by: Alexey Dobriyan <adobriyan@gmail.com>
Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Acked-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
lib/test-kstrtox.c