Closed boeckmann closed 1 month ago
This is from the FDISK GCC build action https://github.com/FDOS/fdisk/actions/runs/11297256887/job/31423797458
Pointer signedness difference is of no consequence and the maxid_line warning is incorrect (maxid_line really cannot be used uninitialized). It's good to know that gcc does not find any real issues. :)
Yes. Only wanted to inform you in case you want to silence the warnings to make it "look better" :) ...
yes yes, I will look at it, but next week. even if it's not very productive, it's always better to have no compiler warnings - if only to avoid missing a more serious warning, should one pop out one day.
gcc should be happy now