Another attempt to fix failure
- Jan 28, 2019
-
-
Matthew Pitkin authored
- this uses #if __GNUC__ >= 8 to only apply the pragmas for gcc 8
d60ae033
-
This is another attempt (after the failure of !639 (merged)) to fix !627 (merged). It uses
#if __GNUC__ >= 8
...
#endif
statements around the offending pragmas to only apply them for GCC 8.
- this uses #if __GNUC__ >= 8 to only apply the pragmas for gcc 8