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

Build Fix and Improvements #305

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Build Fix and Improvements #305

wants to merge 6 commits into from

Conversation

bitigchi
Copy link
Contributor

No description provided.

@ryandesign
Copy link

There's a lot going on in this PR, but at least the commit entitled "Fix build" is needed to fix build failure with Xcode 15:

hardware_reader/smc_reader.m:6:22: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
kern_return_t SMCOpen()
                     ^
                      void
hardware_reader/smc_reader.m:38:23: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
kern_return_t SMCClose()
                      ^
                       void
hardware_reader/applesilicon_hardware_reader.m:57:28: error: a function declaration without a prototype is deprecated in all versions of C [-Werror,-Wstrict-prototypes]
static void initEventSystem(){
                           ^
                            void

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