mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
A compile with sparse (make C=1) shows a couple of warnings: like: chzcrypt.c:36:3: warning: symbol 'l' was not declared. Should it be static? lszcrypt.c: In function 'show_device': lszcrypt.c:556:9: warning: 'card' may be used uninitialized [-Wmaybe-uninitialized] Fix those warnings. Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com> Reviewed-by: Jan Hoeppner <hoeppner@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>