Skip to content

Mask fake maybe-uninitialized warning from gcc 4.9

Marco Cattaneo requested to merge mask-warning-reco15 into reco15-patches

Suppresses a few warnings from the reco15-patches compilation. Unfortunately the same trick cannot be used for the remaining warnings because, due to a bug in gcc 4.9, only a few of the GCC diagnostics are recognised by #pragma GCC diagnostic ignored

Merge request reports