mirror of
https://github.com/opentx/opentx.git
synced 2025-07-23 16:25:16 +03:00
[Companion] clang / linux compilation fix
This commit is contained in:
parent
28ccf7d8ee
commit
212838f12a
1 changed files with 3 additions and 3 deletions
|
@ -919,9 +919,9 @@ read_file_system_list (bool need_fs_type)
|
|||
|
||||
*mtail = NULL;
|
||||
return mount_list;
|
||||
|
||||
#if !defined(__clang__)
|
||||
free_then_fail:
|
||||
|
||||
#if defined(MOUNTED_GETMNTENT1) || defined(MOUNTED_GETMNTENT2) || defined(MOUNTED_GETMNT) || defined(MOUNTED_FREAD) || defined(MOUNTED_FREAD_FSTYP)
|
||||
free_then_fail:
|
||||
{
|
||||
int saved_errno = errno;
|
||||
*mtail = NULL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue