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();