Skip to content
Snippets Groups Projects
Commit dc6b708c authored by Alaric Senat's avatar Alaric Senat
Browse files

DeviceLister: Check fclose retval

The RAII wrapper here does not improve readability or shorten the code.
Removing it works around a GCC `-Wignored-attributes` warning that was
triggered due to `fclose` being tagged as `__nonnull((1))`.
parent 30533ca9
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment