[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lmi] [lmi-commits] master 2ca1e113 6/9: Comment out superfluous sem
From: |
Greg Chicares |
Subject: |
Re: [lmi] [lmi-commits] master 2ca1e113 6/9: Comment out superfluous semicolons |
Date: |
Sat, 30 Jul 2022 22:28:21 +0000 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.8.0 |
On 7/30/22 21:29, Greg Chicares wrote:
[...]
> In 'pchfile_wx.hpp' we already have a commented-out
> //# pragma GCC diagnostic ignored "-Wextra-semi"
> and if we activate that, for clang and not just gcc,
> then we could just restore all the semicolons
> %s,//;,;,
> and everything would build with old or new wx versions.
> At the appropriate time, then, we could revert the
> "-Wextra-semi" pragma, which is just a one-line change.
Pushed
3d6f262fc..5e7c2fa50 master -> master
We needed two pragmata in two files, but those will
still be easy enough to revert when the time is ripe.