================
@@ -7623,6 +7623,7 @@ 
handleNonBlockingNonAllocatingTypeAttr(TypeProcessingState &TPState,
   FunctionEffectSet FX(EPI.FunctionEffects);
   FunctionEffectSet::Conflicts Errs;
   bool Success = FX.insert(NewEC, Errs);
+  (void)Success;
----------------
AaronBallman wrote:

A better way to do this would be `[[maybe_unused]]` on the declaration instead 
of a cast to void.

https://github.com/llvm/llvm-project/pull/96844
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to