]> granicus.if.org Git - procps-ng/commit
skill: fix compiler warnings
authorSami Kerola <kerolasa@iki.fi>
Sat, 22 Oct 2011 18:32:29 +0000 (20:32 +0200)
committerSami Kerola <kerolasa@iki.fi>
Tue, 20 Dec 2011 16:30:53 +0000 (17:30 +0100)
commit1ac2921f6f2a673603bcb0e4ffd0d54f0a0a2613
treed792657c2fb802d5e1af85dcfb044a1a1ad794c8
parentd8d94a87ef4e1a572594f5458475a4dffae0d9a3
skill: fix compiler warnings

Pretty much all of the warnings where caused by some of the previous
patches, and they became visible with gcc when compiling with;

CFLAGS="-O -g -ggdb -Wall -Wextra -pedantic -Wstrict-overflow
-Wformat -Wswitch-default -Wswitch-enum -Wsync-nand
-Wredundant-decls -Wuninitialized"

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
skill.c