Ticket #1774: Various build fixups (missing includes, name clashes, ...)
m4.include/ac-get-fs-info.m4: fixed const char* issue which triggers break on -Wall Signed-off-by: Slava Zanko <slavazanko@gmail.com>
Этот коммит содержится в:
родитель
d740efceba
Коммит
6a4a88ea68
@ -142,7 +142,7 @@ if test x"$ac_cv_func_getmntent" = xyes; then
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
],
|
],
|
||||||
[ struct mntent *mnt = 0; char *table = MOUNTED;
|
[ struct mntent *mnt = 0; const char *table = MOUNTED;
|
||||||
if (sizeof mnt && sizeof table) return 0;],
|
if (sizeof mnt && sizeof table) return 0;],
|
||||||
fu_cv_sys_mounted_getmntent1=yes,
|
fu_cv_sys_mounted_getmntent1=yes,
|
||||||
fu_cv_sys_mounted_getmntent1=no)])
|
fu_cv_sys_mounted_getmntent1=no)])
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user