Skip to content

Commit

Permalink
-a
Browse files Browse the repository at this point in the history
  • Loading branch information
grom72 committed Jan 17, 2025
1 parent e3b9965 commit 8132a27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libpmem/libpmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,7 @@ int
pmem_log_set_function(pmem_log_function *log_function)
{

#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wcast-function-type"
int ret = core_log_set_function((core_log_function *)log_function);
#pragma clang diagnostic pop
Expand Down

0 comments on commit 8132a27

Please sign in to comment.