From 1c7106504843605cdf70586eabc401d7ae8a09b4 Mon Sep 17 00:00:00 2001 From: thebaptiste Date: Fri, 9 Feb 2024 11:17:29 +0000 Subject: [PATCH] build: remove warning on options.h --- .github/workflows/sonarqube.yml | 2 +- src/options.h | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/sonarqube.yml b/.github/workflows/sonarqube.yml index abc718c..524ebf9 100644 --- a/.github/workflows/sonarqube.yml +++ b/.github/workflows/sonarqube.yml @@ -28,4 +28,4 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} - run: sonar-scanner -X --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" + run: sonar-scanner --define sonar.cfamily.build-wrapper-output="${{ env.BUILD_WRAPPER_OUT_DIR }}" diff --git a/src/options.h b/src/options.h index f6b7465..917f740 100644 --- a/src/options.h +++ b/src/options.h @@ -4,6 +4,7 @@ #include #include #include +#include #include static gchar *log_file = NULL;