# HG changeset patch # User Chris Cannam # Date 1571239786 -3600 # Node ID 710b4e44901b27c22e895b84a6370d2d8ca3c8dc # Parent c7e9e63c7bae85eb6657d3055da5502520acf6b8 Looks like this is clang-only diff -r c7e9e63c7bae -r 710b4e44901b base/ById.cpp --- a/base/ById.cpp Wed Oct 16 15:26:01 2019 +0100 +++ b/base/ById.cpp Wed Oct 16 16:29:46 2019 +0100 @@ -38,7 +38,7 @@ // "warning: expression with side effects will be evaluated despite // being used as an operand to 'typeid'" -#pragma GCC diagnostic ignored "-Wpotentially-evaluated-expression" +#pragma clang diagnostic ignored "-Wpotentially-evaluated-expression" class AnyById::Impl {