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

Linux build fixes: remove unused osMutex code and typedefs #21

Merged
merged 4 commits into from
Apr 17, 2024

Conversation

th1000s
Copy link
Contributor

@th1000s th1000s commented Apr 16, 2024

  • Remove superfluous typedefs
  • gcc: disable -Wnarrowing via pragma in snd8to16.h
  • Remove linux/ipx.h include
  • Remove unused osMutex code. It was never Acquire'd, only Created and Destroyed; and it was a stub on Linux and macOS.

th1000s added 4 commits April 17, 2024 01:20
This header was removed with linux 5.15
It was never Acquire'd, only Created and Destroyed; and it was
a stub on Linux and macOS.
@Arcnor
Copy link
Collaborator

Arcnor commented Apr 17, 2024

Hi, can you explain what the changes are? I see you removing the mutex code and some other things, but an explanation as to why will be nice :).

@Lgt2x
Copy link
Member

Lgt2x commented Apr 17, 2024

Hi, can you explain what the changes are? I see you removing the mutex code and some other things, but an explanation as to why will be nice :).

The commit messages are well documented, I edited the description :)

@Lgt2x Lgt2x changed the title Misc linux changes Linux build fixes: remove unused osMutex code and typedefs Apr 17, 2024
@Lgt2x Lgt2x merged commit 4247f30 into DescentDevelopers:main Apr 17, 2024
3 checks passed
@JeodC JeodC added this to the All platforms building milestone Apr 17, 2024
JeodC pushed a commit that referenced this pull request Apr 28, 2024
Linux build fixes: remove unused osMutex code and typedefs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants