Skip to content

flock.c: printf: ensure format & param types match#38

Merged
josephholsten merged 1 commit intodiscoteq:masterfrom
kstr0k:master
Mar 21, 2026
Merged

flock.c: printf: ensure format & param types match#38
josephholsten merged 1 commit intodiscoteq:masterfrom
kstr0k:master

Conversation

@mralusw
Copy link
Copy Markdown
Contributor

@mralusw mralusw commented Dec 24, 2022

Fixes #33

@erig0
Copy link
Copy Markdown

erig0 commented Nov 2, 2023

I can confirm this fixes the build issue on Linux. Tested on RHEL-8.8.

Please merge!

Comment thread src/flock.c
}
if (verbose) {
gettimeofday(&t_l_acq,NULL);
printf("took %1u microseconds\n", (t_l_acq.tv_usec - t_l_req.tv_usec)); // not adding due to time constraints
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

-**

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Compilation error with GCC

4 participants