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