Ticket #4058 (closed defect: fixed)
mountlist.c:293:8: warning: "__linux__" is not defined [-Wundef]
Reported by: | mnowak | Owned by: | andrew_b |
---|---|---|---|
Priority: | minor | Milestone: | 4.8.25 |
Component: | mc-core | Version: | 4.8.24 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
On OpenIndiana we don't have __linux__ defined, so I see couple of warnings when building MC 4.8.24 like this one:
mc-4.8.24/src/filemanager/mountlist.c:293:8: warning: "__linux__" is not defined [-Wundef] #if ! (__linux__ && (__GLIBC__ || __UCLIBC__)) ^~~~~~~~~
__GLIBC__ and __UCLIBC__ are likely of the same vein.
Change History
Note: See
TracTickets for help on using
tickets.