diff options
-rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index b75640d..2bd472f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,6 +32,7 @@ int main(int argc, char **argv) { for (const auto &key : keys) { auto row = st.execute({key}); + [[maybe_unused]] auto value = row.current().at(0).get_text(); } |