Skip to content

Commit 499b4ff

Browse files
committed
Kmod (Windows): don't specify maybe_unused on used params
1 parent dd0021c commit 499b4ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/common/impl/kmod_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#include "common/mallocHelper.h"
44
#include "common/stringUtils.h"
55

6-
bool ffKmodLoaded(FF_MAYBE_UNUSED const char* modName)
6+
bool ffKmodLoaded(const char* modName)
77
{
88
ULONG bufferSize = 0;
99
NtQuerySystemInformation(SystemModuleInformation, NULL, 0, &bufferSize);

0 commit comments

Comments
 (0)