https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93082

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2019-12-27
     Ever confirmed|0                           |1

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
Why not change:
static const size_t kAuthorizationExternalFormLength = 32;

Into an enum:
enum {
  kAuthorizationExternalFormLength = 32
};

---- CUT ---
-Wgnu-folding-constant
Funny how clang thinks this was an GNU extension when it is not one.

Reply via email to