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 the following warnings: util_rec.c:211:6: warning: symbol 'rec_print_wide' was not declared. Should it be static? util_rec.c:383:6: warning: symbol 'rec_print_csv_hdr' was not declared. Should it be static? util_rec.c:404:6: warning: symbol 'rec_print_csv' was not declared. Should it be static? These functions are only used internally from function util_rec_print_hdr(), declare them as static. 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>