Skip to content

Fix build warnings#572

Open
cosminpolifronie wants to merge 6 commits intomachinezone:masterfrom
cosminpolifronie:fix-macos-build-warnings
Open

Fix build warnings#572
cosminpolifronie wants to merge 6 commits intomachinezone:masterfrom
cosminpolifronie:fix-macos-build-warnings

Conversation

@cosminpolifronie
Copy link
Copy Markdown
Contributor

There were lots of build warnings on MacOS because of using lots of old dependencies.
All of them have been updated to the latest versions and removed from the repository.
All dependencies are now downloaded from GitHub, using the latest tags or commits at the time of writing.

The only remaining MacOS warning is given in AppleSSL, as SecureTransport has been deprecated since macOS 10.15.
I am not familiar with those TLS paths and there are no TLS tests in the library so I don't think I'm the right person to add a Network.framework implementation, even if AI would implement it.

I will leave that to someone who has an interest in using the newer Apple SSL framework.

@cosminpolifronie cosminpolifronie changed the title Fix MacOS build warnings Fix build warnings Apr 25, 2026
@bsergean
Copy link
Copy Markdown
Contributor

There are too many changes bundled into this.

Could you break it down into a few different ones, one of them being using cmake to fetch dependencies. The build is failing btw for some reason.

@cosminpolifronie
Copy link
Copy Markdown
Contributor Author

cosminpolifronie commented Apr 27, 2026

The commits can be reviewed one by one, the changes are not big for each (they are quite small for a pull request each) and are exactly described in the commit messages.

I will take another look at the builds. It seems the GH builds you have apply much stricter warning flags and error on warning.

It would have been nice to have those included in the root CMakeLists.txt.

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.

2 participants