Skip to content

Commit 0e8a289

Browse files
committed
unused typedef
1 parent c4258ff commit 0e8a289

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

sbnobj/ICARUS/PMT/Trigger/Data/TriggerGateData.tcc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,8 @@ auto icarus::trigger::TriggerGateData<TK, TI>::SymmetricCombination(
428428
struct GateStatus_t {
429429
// protecting against Clang bug 33298 (at least until Clang 8)
430430
// (https://bugs.llvm.org/show_bug.cgi?id=33298)
431-
#if defined(__clang__) && (__clang_major__ < 9)
431+
// both c7 and c14 complain
432+
#if defined(__clang__)
432433
# pragma clang diagnostic push
433434
# pragma clang diagnostic ignored "-Wunused-local-typedef"
434435
#endif // __clang_major__ < 9

0 commit comments

Comments
 (0)