mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-01 10:06:57 +03:00
mach: Fix fallthrough warning
gcc would not take the /* FALLTHROUGH */ inside the #ifdef
This commit is contained in:
@ -52,8 +52,8 @@ __clock_gettime (clockid_t clock_id, struct timespec *ts)
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
#endif
|
||||
/* FALLTHROUGH */
|
||||
|
||||
case CLOCK_REALTIME:
|
||||
{
|
||||
|
Reference in New Issue
Block a user