commit | 1309c4ea68d2d1b667d81c56be890bd2c6ae94ca | [log] [tgz] |
---|---|---|
author | Bernhard Rosenkränzer <bero@lindev.ch> | Tue Nov 29 00:41:27 2022 +0100 |
committer | William S Fulton <wsf@fultondesigns.co.uk> | Tue Nov 29 08:14:57 2022 +0000 |
tree | 185413a878a616fa7a5a51859810be96746135ff | |
parent | 86e22689e815375f386d108c8835164f3f61ce62 [diff] |
Fix push/pop mismatch Without this, perlhead.swg does `#pragma GCC diagnostic pop` if `__GNUC__ >= 10` - without any prior `#pragma GCC diagnostic push`. There's also a mismatch between the conditions that trigger `#pragma GCC diagnostic ignored` (where the `push` should be) and the attempt to `#pragma GCC diagnostic pop`.