We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ad8f4f commit 1c71065Copy full SHA for 1c71065
.github/workflows/sonarqube.yml
@@ -28,4 +28,4 @@ jobs:
28
env:
29
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
30
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
31
- 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 }}"
src/options.h
@@ -4,6 +4,7 @@
4
#include <glib.h>
5
#include <stdlib.h>
6
#include <stdio.h>
7
+#include <string.h>
8
#include <sys/resource.h>
9
10
static gchar *log_file = NULL;
0 commit comments