mirror of
https://github.com/tmux/tmux.git
synced 2024-12-04 19:58:48 +00:00
Add an __unused.
This commit is contained in:
parent
7fc4e54efe
commit
1365f1ce52
@ -27,7 +27,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
int
|
int
|
||||||
clock_gettime(int clock, struct timespec *ts)
|
clock_gettime(__unused int clock, struct timespec *ts)
|
||||||
{
|
{
|
||||||
struct timeval tv;
|
struct timeval tv;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user