Created attachment 7020 Full debug - non-null expected acpi.c: In function ‘read_thermal_zone’: acpi.c:111:13: error: argument 1 null where non-null expected [-Werror=nonnull] closedir (ptr_directory); ^~~~~~~~~~~~~~~~~~~~~~~~
and just recently it looked odd to me...; but why does your compiler/configure stuff complain while mine doesn't? Maybe I should enforce this very helpful warning as compiler option when enabling debug compile. 52e5cb6..a5d2674
In configure.ac.in now as well for the --enable-debug autogen flag. Thanks a lot for the idea!