changeset 1807:710b4e44901b

Looks like this is clang-only
author Chris Cannam
date Wed, 16 Oct 2019 16:29:46 +0100
parents c7e9e63c7bae
children 871a2050236b
files base/ById.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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
 {