From 85944ec9663d3373313fca8dc6609ea9b0cf3c56 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 30 Jun 2026 04:42:39 +0200 Subject: [PATCH] force harmless lint warning to check ci/cd --- .gitea/workflows/cpp.yml | 1 - Plugins/ZShell/qalculator.cpp | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cpp.yml b/.gitea/workflows/cpp.yml index 5f5dd3d..32c6a38 100644 --- a/.gitea/workflows/cpp.yml +++ b/.gitea/workflows/cpp.yml @@ -22,7 +22,6 @@ jobs: run: ninja -C build - name: clang-tidy - continue-on-error: true run: | sed -i 's/-mno-direct-extern-access //g' build/compile_commands.json set -o pipefail diff --git a/Plugins/ZShell/qalculator.cpp b/Plugins/ZShell/qalculator.cpp index 944449e..dfe4310 100644 --- a/Plugins/ZShell/qalculator.cpp +++ b/Plugins/ZShell/qalculator.cpp @@ -5,6 +5,7 @@ namespace ZShell { Qalculator::Qalculator(QObject* parent) : QObject(parent) { + int x; if (!CALCULATOR) { new Calculator(); CALCULATOR->loadExchangeRates();