Skip to content

amd/ac_gpu_info: fix warning on fread unused result

Mihai Preda requested to merge preda/mesa:fread into main

fixes this warning: ignoring return value of 'fread' declared with attribute 'warn_unused_result' [-Wunused-result]

Merge request reports