From d55c1edf0a82338b0026c9c452f904949a6f55f4 Mon Sep 17 00:00:00 2001 From: Dirk Eddelbuettel Date: Mon, 9 Jan 2023 10:56:32 -0600 Subject: [PATCH] Address warnings from g++-12 --- src/attributes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/attributes.cpp b/src/attributes.cpp index efa9eb3e9..cebfd69d2 100644 --- a/src/attributes.cpp +++ b/src/attributes.cpp @@ -1621,7 +1621,7 @@ namespace attributes { // Look for the signature termination ({ or ; not inside quotes) // on this line and then subsequent lines if necessary std::string signature; - for (size_t i = lineNumber; i