Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mountlist.c:293:8: warning: "__linux__" is not defined [-Wundef] #4058

Closed
mc-butler opened this issue Jan 31, 2020 · 4 comments
Closed

mountlist.c:293:8: warning: "__linux__" is not defined [-Wundef] #4058

mc-butler opened this issue Jan 31, 2020 · 4 comments
Assignees
Labels
area: core Issues not related to a specific subsystem prio: low Minor problem or easily worked around ver: 4.8.24 Reproducible in version 4.8.24
Milestone

Comments

@mc-butler
Copy link

Important

This issue was migrated from Trac:

Origin https://midnight-commander.org/ticket/4058
Reporter mnowak (@Mno-hime)

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.

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Feb 2, 2020 at 16:04 UTC (comment 1)

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

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Feb 29, 2020 at 16:34 UTC

  • Blocked by #4050 deleted

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Feb 29, 2020 at 16:40 UTC (comment 3)

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

Fixed as [4423421].

@mc-butler
Copy link
Author

Changed by andrew_b (@aborodin) on Feb 29, 2020 at 16:40 UTC (comment 4)

  • Status changed from testing to closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: core Issues not related to a specific subsystem prio: low Minor problem or easily worked around ver: 4.8.24 Reproducible in version 4.8.24
Development

No branches or pull requests

2 participants