Ticket #4058 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

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

comment:1 Changed 4 years ago by andrew_b

  • Owner set to andrew_b
  • Status changed from new to accepted
  • Blocked By 4050 added
  • Milestone changed from Future Releases to 4.8.25

comment:2 Changed 4 years ago by andrew_b

  • Blocked By 4050 removed

comment:3 Changed 4 years ago by andrew_b

  • Status changed from accepted to testing
  • Resolution set to fixed

comment:4 Changed 4 years ago by andrew_b

  • Status changed from testing to closed
Note: See TracTickets for help on using tickets.