GCC marks fread as a function that will throw a warning if you do not use its return value. This is most likely done as a measure to ensure code security.
GCC marks fread as a function that will throw a warning if you do not use its return value. This is most likely done as a measure to ensure code security.