Skip to content

Commit 4b3995d

Browse files
author
Ralph Castain
committed
Trivial change to silence warning
1 parent 1e6b4f2 commit 4b3995d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/mca/patcher/linux/patcher_linux_module.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ mca_patcher_linux_modify_got (ElfW(Addr) base, const ElfW(Phdr) *phdr, const cha
251251
}
252252

253253
opal_output_verbose (MCA_BASE_VERBOSE_TRACE, opal_patcher_base_framework.framework_output,
254-
"patch %p (%s): modifying got entry %p. original value %p. new value %p\n", ctx->patch,
254+
"patch %p (%s): modifying got entry %p. original value %p. new value %p\n", (void *)ctx->patch,
255255
ctx->patch->super.patch_symbol, (void *) entry, *entry, (void *) ctx->patch->super.patch_value);
256256

257257
patch_got->got_entry = entry;

0 commit comments

Comments
 (0)