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))`.
Loading
Please register or sign in to comment