496 translated messages, 12 fuzzy translations, 50 untranslated messages. 484 translated messages, 12 fuzzy translations, 62 untranslated messages. 484 translated messages, 12 fuzzy translations, 62 untranslated messages. 553 translated messages, 5 untranslated messages. 556 translated messages, 1 fuzzy translation, 1 untranslated message. 525 translated messages, 12 fuzzy translations, 21 untranslated messages. 495 translated messages, 13 fuzzy translations, 50 untranslated messages. 481 translated messages, 12 fuzzy translations, 65 untranslated messages. 514 translated messages, 15 fuzzy translations, 29 untranslated messages. 496 translated messages, 12 fuzzy translations, 50 untranslated messages. 503 translated messages, 7 fuzzy translations, 48 untranslated messages. 494 translated messages, 10 fuzzy translations, 54 untranslated messages. 481 translated messages, 12 fuzzy translations, 65 untranslated messages. 506 translated messages, 10 fuzzy translations, 42 untranslated messages. 445 translated messages, 24 fuzzy translations, 89 untranslated messages. 506 translated messages, 10 fuzzy translations, 42 untranslated messages. main.c: In function ‘set_or_save_position’: main.c:263:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 263 | fscanf(f, "%d %d", &x, &y); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c: In function ‘load_net_data’: net.c:1878:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1878 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1885:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1885 | fgets(buf, sizeof(buf), f); /* Comment line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ inet.c: In function ‘gkrellm_inet_load_data’: net.c:1886:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1886 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ inet.c:1369:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1369 | fgets(buf, sizeof(buf), f); /* Comment line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1899:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1899 | fgets(buf, sizeof(buf), f); /* day */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ inet.c:1370:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1370 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1900:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1900 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ inet.c:1372:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1372 | fgets(buf, sizeof(buf), f); /* Comment line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1903:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1903 | fgets(buf, sizeof(buf), f); /* week */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ inet.c:1373:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1373 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1904:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1904 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1907:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1907 | fgets(buf, sizeof(buf), f); /* month */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1908:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1908 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ net.c:1920:33: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1920 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from sysdeps-unix.c:41: sysdeps/linux.c: In function ‘linux_read_proc_partitions_or_sysfs’: sysdeps/linux.c:719:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 719 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:720:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 720 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:753:41: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 753 | fgets(buf, sizeof(buf), sf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_proc_read_data’: sysdeps/linux.c:847:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 847 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘inet_read_data’: sysdeps/linux.c:914:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 914 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘inet6_read_data’: sysdeps/linux.c:941:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 941 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_net_check_routes’: sysdeps/linux.c:1020:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1020 | fgets(buf, sizeof(buf), f); /* Waste the first line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_net_read_data’: sysdeps/linux.c:1112:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1112 | fgets(buf, sizeof(buf), f); /* 2 line header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:1113:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1113 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘get_io_indices’: sysdeps/linux.c:1239:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1239 | fgets(buf, sizeof(buf), f); /* Waste the first line. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:1240:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1240 | fgets(buf, sizeof(buf), f); /* Look for "units" in this line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘apm_battery_data’: sysdeps/linux.c:2281:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2281 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_uptime_read_uptime’: sysdeps/linux.c:2362:17: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2362 | fscanf(f, "%lu", &l); | ^~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_temperature’: sysdeps/linux.c:3266:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3266 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3381:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3381 | fscanf(f, "%f", temp); | ^~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3395:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3395 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_fan’: sysdeps/linux.c:3430:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3430 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3431:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3431 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3451:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3451 | fscanf(f, "%d", &n); | ^~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3466:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3466 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_voltage’: sysdeps/linux.c:3501:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3501 | fscanf(f, "%f", volt); | ^~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c:3515:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3515 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ sysdeps/linux.c: In function ‘sysfs_get_chip_name’: sysdeps/linux.c:3626:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3626 | fscanf(f, "%255[^\n]", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from sysdeps-unix.c:40: ../src/sysdeps/linux.c: In function ‘linux_read_proc_partitions_or_sysfs’: ../src/sysdeps/linux.c:719:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 719 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:720:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 720 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:753:41: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 753 | fgets(buf, sizeof(buf), sf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_proc_read_data’: ../src/sysdeps/linux.c:847:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 847 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘inet_read_data’: ../src/sysdeps/linux.c:914:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 914 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘inet6_read_data’: ../src/sysdeps/linux.c:941:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 941 | fgets(buf, sizeof(buf), f); /* header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_net_check_routes’: ../src/sysdeps/linux.c:1020:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1020 | fgets(buf, sizeof(buf), f); /* Waste the first line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_net_read_data’: ../src/sysdeps/linux.c:1112:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1112 | fgets(buf, sizeof(buf), f); /* 2 line header */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:1113:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1113 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘get_io_indices’: ../src/sysdeps/linux.c:1239:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1239 | fgets(buf, sizeof(buf), f); /* Waste the first line. */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:1240:17: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 1240 | fgets(buf, sizeof(buf), f); /* Look for "units" in this line */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘apm_battery_data’: ../src/sysdeps/linux.c:2281:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2281 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_uptime_read_uptime’: ../src/sysdeps/linux.c:2362:17: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 2362 | fscanf(f, "%lu", &l); | ^~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_temperature’: ../src/sysdeps/linux.c:3266:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3266 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3381:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3381 | fscanf(f, "%f", temp); | ^~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3395:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3395 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_fan’: ../src/sysdeps/linux.c:3430:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3430 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3431:25: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3431 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3451:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3451 | fscanf(f, "%d", &n); | ^~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3466:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3466 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘gkrellm_sys_sensors_get_voltage’: ../src/sysdeps/linux.c:3501:25: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3501 | fscanf(f, "%f", volt); | ^~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c:3515:9: warning: ignoring return value of ‘fgets’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3515 | fgets(buf, sizeof(buf), f); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ ../src/sysdeps/linux.c: In function ‘sysfs_get_chip_name’: ../src/sysdeps/linux.c:3626:9: warning: ignoring return value of ‘fscanf’ declared with attribute ‘warn_unused_result’ [-Wunused-result] 3626 | fscanf(f, "%255[^\n]", buf); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~