mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
fscanf is [[warn_unused_result]], which triggers -Wunused-result. In this instance it is correct for maxRange to remain unchanged if reading from sysfs should fail for some reason.