Replace uses of annotation `[[gnu::unused]]` with `[[maybe_unused]]`.

The former is a GCC/Clang extension, while the latter is part of the
C++17 standard.

Test: mmm art
Bug: 169680875
Change-Id: Ia3370cee7f15a6a42662540fe61ab5efcf2941ff
1 file changed