mirror of
https://github.com/MidnightCommander/mc
synced 2025-02-01 07:55:52 +03:00
5b63416d04
``` ../../../../tests/lib/strutil/filevercmp.c:213:14: warning: no previous extern declaration for non-static variable 'filevercmp_test_ds2_len' [-Wmissing-variable-declarations] const size_t filevercmp_test_ds2_len = G_N_ELEMENTS (filevercmp_test_ds2); ^ ../../../../tests/lib/strutil/filevercmp.c:250:14: warning: no previous extern declaration for non-static variable 'filevercmp_test_ds3_len' [-Wmissing-variable-declarations] const size_t filevercmp_test_ds3_len = G_N_ELEMENTS (filevercmp_test_ds3); ^ ../../../../tests/lib/strutil/filevercmp.c:288:14: warning: no previous extern declaration for non-static variable 'filevercmp_test_ds4_len' [-Wmissing-variable-declarations] const size_t filevercmp_test_ds4_len = G_N_ELEMENTS (filevercmp_test_ds4); ^ ../../../../tests/lib/strutil/filevercmp.c:349:14: warning: no previous extern declaration for non-static variable 'filevercmp_test_ds5_len' [-Wmissing-variable-declarations] const size_t filevercmp_test_ds5_len = G_N_ELEMENTS (filevercmp_test_ds5); ^ ``` Signed-off-by: Yury V. Zaytsev <yury@shurup.com>