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 886bde4 commit 04bd504Copy full SHA for 04bd504
1 file changed
src/detection/poweradapter/poweradapter_linux.c
@@ -6,7 +6,7 @@
6
#include <unistd.h>
7
#include <fcntl.h>
8
9
-static void parsePowerAdapter(int dfd, FF_MAYBE_UNUSED const char* id, FFlist* results) {
+static void parsePowerAdapter(int dfd, const char* id, FFlist* results) {
10
FF_STRBUF_AUTO_DESTROY tmpBuffer = ffStrbufCreate();
11
12
// type must exist and be "Mains"
0 commit comments