[Mlir-commits] [llvm] [mlir] eliminating g++ warnings (PR #105520)
    Benjamin Maxwell 
    llvmlistbot at llvm.org
       
    Tue Sep  3 08:32:08 PDT 2024
    
    
  
================
@@ -175,6 +175,7 @@ ArrayRef<BlockArgument> ParallelComputeFunctionArgs::lowerBounds() {
   return args.drop_front(2 + 1 * numLoops).take_front(numLoops);
 }
 
+[[maybe_unused]]
----------------
MacDue wrote:
This is a member of a class `ParallelComputeFunctionArgs`, right? So there should be a declaration for this too?
https://github.com/llvm/llvm-project/pull/105520
    
    
More information about the Mlir-commits
mailing list