Adjust #pragma warning so GCC is not unhappy
authorRoger Ferrer Ibanez <roger.ferrer@bsc.es>
Mon, 13 Feb 2023 09:51:48 +0000 (09:51 +0000)
committerRoger Ferrer Ibanez <roger.ferrer@bsc.es>
Mon, 13 Feb 2023 10:08:38 +0000 (10:08 +0000)
commita9329a96ada35b1b5439da4e29eed7db10ff813b
tree48fbe435374a0593e47dd34644b54aebd2eabd94
parent5a028cc8ffa551f720aae08445485157df2d23d4
Adjust #pragma warning so GCC is not unhappy

In d768bf994f508d7eaf9541a568be3d71096febf5 a warning to help
transitioning was added to llvm/Support/Host.h but it includes extra
parentheses which make GCC unhappy (clang seems to accept them fine).

This change removes the parentheses around the string literal.

Differential Revision: https://reviews.llvm.org/D143885
llvm/include/llvm/Support/Host.h