warning for GCC9.
>
> Thanks,
> Chuanqi
>
> --
> From:David Blaikie
> Send Time:2022年8月23日(星期二) 07:22
> To:Chuanqi Xu ; Chuanqi Xu
> Cc:cfe-commits
> Subject:Re: [clang] acaf6b9 - [NFC] Add [[maybe_u
suppress the warning
for GCC9.
Thanks,
Chuanqi
--
From:David Blaikie
Send Time:2022年8月23日(星期二) 07:22
To:Chuanqi Xu ; Chuanqi Xu
Cc:cfe-commits
Subject:Re: [clang] acaf6b9 - [NFC] Add [[maybe_unused]] to avoid warning in
gcc9
Seems
Seems like a bug in the GCC9 warning - any chance we can disable it?
(is it fixed in later versions of GCC?)
I can't seem to reproduce this with godbolt at least with basic
examples - it'd be good to know how bad the thing is we're working
around so we know if we want to keep working around it, or
Author: Chuanqi Xu
Date: 2022-08-19T14:43:22+08:00
New Revision: acaf6b9dc07de3c12c8a1a55fd8674bca547a917
URL:
https://github.com/llvm/llvm-project/commit/acaf6b9dc07de3c12c8a1a55fd8674bca547a917
DIFF:
https://github.com/llvm/llvm-project/commit/acaf6b9dc07de3c12c8a1a55fd8674bca547a917.diff
LO