Skip to content

_GLNX_TEST_SCOPED_TEMP_DIR: Mark variable as G_GNUC_UNUSED

Simon McVittie requested to merge smcv/libglnx:auto-temp-dir-unused into master

Otherwise, clang diagnoses it as unused. It is - deliberately - only allocated and cleaned up, with no other use.

/cc @walters

Merge request reports