summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ext/fiddle/handle.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/fiddle/handle.c b/ext/fiddle/handle.c
index 36970a2248..f03b040435 100644
--- a/ext/fiddle/handle.c
+++ b/ext/fiddle/handle.c
@@ -170,6 +170,7 @@ rb_fiddle_handle_initialize(int argc, VALUE argv[], VALUE self)
# ifdef _WIN32_WCE
ptr = dlopen("coredll.dll", cflag);
# else
+ (void)cflag;
ptr = w32_coredll();
# endif
}