mirror of
https://github.com/mirror/wget.git
synced 2025-01-27 21:00:31 +08:00
* src/utils.c: Remove non-portable __builtin_unreachable()
This commit is contained in:
parent
0ec46cb109
commit
56c78c4b09
@ -622,7 +622,6 @@ file_exists_p (const char *filename, file_stats_t *fstats)
|
||||
errno = 0;
|
||||
return false;
|
||||
}
|
||||
__builtin_unreachable();
|
||||
/* NOTREACHED */
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user